summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-11 20:02:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-11 20:02:24 +0000
commit3c02eaa98c97373c501f1408b8ccc9e903d984a5 (patch)
tree743fe0e1a5ed2022d125ca28ea522339dfbcb46d
parent9de0e4d1d2a1b64f0e0ec85d54ce21b81091601a (diff)
Formerly Makefile.~25~
-rw-r--r--exec/Makefile6
1 files changed, 3 insertions, 3 deletions
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