From bfb826224b971666d5e9f9ce3b04c1cfbf839258 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Thu, 29 Aug 1996 19:45:04 +0000 Subject: *** empty log message *** * mach/Makefile (MIGFLAGS-mach/mach4): Define variable. mach/Machrules (mig.uh, mig.__h): Include $(user-MIGFLAGS) and $(MIGFLAGS-$*) here too, as well as in the code-generating MiG calls. --- mach/Machrules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mach/Machrules') diff --git a/mach/Machrules b/mach/Machrules index 4bde0fe8b4..2cb3158bbd 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -149,14 +149,14 @@ $(objpfx)%.uh:; $(mig.uh) define mig.uh $(make-target-directory) $(include-%.defs) | \ -$(MIG) - /dev/null $(MIGFLAGS) \ +$(MIG) - /dev/null $(MIGFLAGS) $(user-MIGFLAGS) $(MIGFLAGS-$*) \ -header $@ -server /dev/null -user /dev/null endef $(objpfx)%.__h:; $(mig.__h) define mig.__h $(make-target-directory) $(include-%.defs) | \ -$(MIG) - /dev/null $(MIGFLAGS) -prefix __ \ +$(MIG) - /dev/null $(MIGFLAGS) $(user-MIGFLAGS) $(MIGFLAGS-$*) -prefix __ \ -header $@ -server /dev/null -user /dev/null endef -- cgit 1.4.1