summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/ChangeLog5
-rw-r--r--boot/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index 324c4a2b..20c42894 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 12 16:28:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (boot): Delete special depedencies.
+
Tue Aug 13 16:57:22 1996 Miles Bader <miles@gnu.ai.mit.edu>
* Makefile (device.defs): Rule removed.
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 $@