summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-13 19:10:46 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-13 19:10:46 +0000
commitb615272fa6dc79bd23eba5fe889733773076779d (patch)
tree617a543b873f1691344fb9e5d17de97118e418ee /boot/Makefile
parenteb99cedbb19533357806b68033761b7f3aff625b (diff)
*** empty log message ***
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index a1329b5a..92c30445 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -38,7 +38,10 @@ include ../Makeconf
all: boot # uxboot
-ourdevice.defs: $(install_includedir)/device/device.defs
+device.defs:
+ echo '#include <device/device.defs>' | $(CC) -E - > $@
+
+ourdevice.defs: device.defs
sed -e '/out device : device_t/s/device_t/mach_port_send_t/' $< > $@
boot: ../libthreads/libthreads.so