diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-12-11 18:47:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-12-11 18:48:17 +0100 |
commit | b541a7c513aafa636a8ce0903aab4b72504bc0ed (patch) | |
tree | ed85c25aa787ea715525a30cd51756cd2732b7f4 /boot | |
parent | 82a87d043498eeacb7e4f3edc85d1b7c424ea853 (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 'boot')
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile index 2d52f3ff..0afdb43b 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -37,6 +37,8 @@ include ../Makeconf #/usr/local/bin/uxboot: uxboot # cp $< $@ +MIGSFLAGS = -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 + all: boot # uxboot uxboot.o: boot.c |