summaryrefslogtreecommitdiff
path: root/mach-defpager
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-12-11 18:47:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-12-11 18:48:17 +0100
commitb541a7c513aafa636a8ce0903aab4b72504bc0ed (patch)
treeed85c25aa787ea715525a30cd51756cd2732b7f4 /mach-defpager
parent82a87d043498eeacb7e4f3edc85d1b7c424ea853 (diff)
Fix inclusion loop between hurd_types.defs and hurd/signal.h>
* boot/Makefile (MIGSFLAGS): Add -DHURD_DEFAULT_PAYLOAD_TO_PORT=1. * mach-defpager/Makefile (MIGSFLAGS): Likewise. * hurd/hurd_types.defs: Do not include <hurd/ports.h>.
Diffstat (limited to 'mach-defpager')
-rw-r--r--mach-defpager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile
index 09debeda..4f987fae 100644
--- a/mach-defpager/Makefile
+++ b/mach-defpager/Makefile
@@ -35,4 +35,4 @@ LDFLAGS += -static
include ../Makeconf
-MIGSFLAGS = -DSEQNOS -imacros $(srcdir)/mig-mutate.h
+MIGSFLAGS = -DSEQNOS -imacros $(srcdir)/mig-mutate.h -DHURD_DEFAULT_PAYLOAD_TO_PORT=1