From 74a262856f5e824473f28f3028d85dbdf8f33bfa Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 6 Jul 1995 23:16:47 +0000 Subject: (ourmsg_U.h ourmsgUser.c): Use local ourmsg.defs instead of include file directly. (ourmsg.defs): New target. --- proc/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'proc/Makefile') diff --git a/proc/Makefile b/proc/Makefile index 1a9fb6d0..d453e44d 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -40,8 +40,10 @@ include ../Makeconf # The reason for -Dout= is to prevent errors for get_init_port, # get_init_ports, get_init_int, get_init_ints, get_dtable, and get_fd. # We don't use those, so we're safe in breaking them. -ourmsg_U.h ourmsgUser.c: $(includedir)/hurd/msg.defs $(includedir)/hurd/hurd_types.defs - $(CPP) $(CPPFLAGS) -Droutine=simpleroutine -Dout= $(includedir)/hurd/msg.defs \ +ourmsg_U.h ourmsgUser.c: ourmsg.defs $(includedir)/hurd/hurd_types.defs + $(CPP) $(CPPFLAGS) -Droutine=simpleroutine -Dout= ourmsg.defs \ | $(MIGCOM) -prefix nowait_ -server /dev/null -user ourmsgUser.c -header ourmsg_U.h - +ourmsg.defs: $(includedir)/hurd/msg.defs + rm -f $@ + ln -s $< $@ -- cgit v1.2.3