diff options
-rw-r--r-- | boot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/boot/Makefile b/boot/Makefile index 51882ee3..d700116d 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -27,8 +27,8 @@ MIGSTUBS = machServer.o mach_hostServer.o gnumachServer.o task_notifyServer.o OBJS = boot.o $(COMMON-OBJS) $(MIGSTUBS) UX-OBJS = mach-crt0.o uxboot.o sigvec.o syscall.o ux.o $(COMMON-OBJS) target = boot -MIGSFLAGS=-imacros $(srcdir)/mig-mutate.h -io-MIGSFLAGS=-DREPLY_PORTS +MIGSFLAGS=-imacros $(srcdir)/mig-mutate.h -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 +io-MIGSFLAGS=-DREPLY_PORTS -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 HURDLIBS = store shouldbeinlibc ihash LDLIBS += -lpthread @@ -39,8 +39,6 @@ include ../Makeconf #/usr/local/bin/uxboot: uxboot # cp $< $@ -MIGSFLAGS = -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 - all: boot # uxboot uxboot.o: boot.c |