summaryrefslogtreecommitdiff
path: root/mach/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-08-29 19:45:04 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-08-29 19:45:04 +0000
commitbfb826224b971666d5e9f9ce3b04c1cfbf839258 (patch)
tree76f3f72ff44f276feb1c4151df95bf55eea1310e /mach/Makefile
parentb77409e605ccdebd4d6d9d5041db632bcd90cfdf (diff)
*** 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.
Diffstat (limited to 'mach/Makefile')
-rw-r--r--mach/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mach/Makefile b/mach/Makefile
index 31ec7e0eae..6d9e6b2904 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -107,6 +107,9 @@ user-interfaces := $(filter-out mach/mach_interface \
$(user-interfaces))
endif
+# For some reason, the calls in this file are `protected' by an ifdef.
+MIGFLAGS-mach/mach4=-DMACH_PCSAMPLE
+
# Make the MiG stubs for $(mach-shortcuts) be CALL_rpc.
migdefines += $(foreach call,$(mach-shortcuts),-D$(call)=$(call)_rpc)
mach/mach_interface.uh mach/mach_host.uh mach/mach_port.uh: $(objpfx)mach-syscalls.mk