From 3c02eaa98c97373c501f1408b8ccc9e903d984a5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 11 May 1994 20:02:24 +0000 Subject: Formerly Makefile.~25~ --- exec/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exec') diff --git a/exec/Makefile b/exec/Makefile index 88a0c89e..3db14fc3 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -32,7 +32,7 @@ all: exec exec: $(OBJS) $(link) -exec.o: exec_server.h +exec.o: exec_server.h fsys_S.h notify_S.h exec.o hostarch.o: a.out.h @@ -48,10 +48,10 @@ exec_server.h execServer.c: $(includedir)/hurd/exec.defs $(includedir)/hurd/hurd | $(MIGCOM) -sheader exec_server.h -header /dev/null -user /dev/null -fsysServer.c: $(includedir)/hurd/fsys.defs $(includedir)/hurd/hurd_types.defs +fsys_S.h fsysServer.c: $(includedir)/hurd/fsys.defs $(includedir)/hurd/hurd_types.defs $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ $(includedir)/hurd/fsys.defs \ | $(MIGCOM) -sheader fsys_S.h -header /dev/null -user /dev/null -notifyServer.c: $(includedir)/mach/notify.defs +notify_S.h notifyServer.c: $(includedir)/mach/notify.defs $(CPP) $(CPPFLAGS) $(includedir)/mach/notify.defs \ | $(MIGCOM) -sheader notify_S.h -header /dev/null -user /dev/null -- cgit v1.2.3