diff options
Diffstat (limited to 'boot/Makefile')
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index f8a8be5e..363df260 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -28,6 +28,7 @@ LCLHDRS = boot_script.h ux.h target = boot io-MIGSFLAGS=-DREPLY_PORTS DIST_FILES=frank1.ld frankemul.ld +HURDLIBS=threads include ../Makeconf @@ -41,7 +42,6 @@ all: boot # uxboot ourdevice.defs: device.defs $(CPP) $(CPPFLAGS) -x c $< | sed -e '/out device : device_t/s/device_t/mach_port_send_t/' > $@ -boot: ../libthreads/libthreads.so uxboot.o: boot.c $(COMPILE.c) -DUX $< -o $@ |