From 652e8ffe4207b9805246e73944f6763be886d2d1 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 13 Aug 1996 21:46:26 +0000 Subject: (device.defs): Rule removed. (ourdevice.defs): Fix rule to work with Makeconf-generated device.defs. --- boot/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/boot/Makefile b/boot/Makefile index 92c30445..f8a8be5e 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -38,11 +38,8 @@ include ../Makeconf all: boot # uxboot -device.defs: - echo '#include ' | $(CC) -E - > $@ - ourdevice.defs: device.defs - sed -e '/out device : device_t/s/device_t/mach_port_send_t/' $< > $@ + $(CPP) $(CPPFLAGS) -x c $< | sed -e '/out device : device_t/s/device_t/mach_port_send_t/' > $@ boot: ../libthreads/libthreads.so -- cgit v1.2.3