summaryrefslogtreecommitdiff
path: root/exec/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-31 22:15:12 +0000
committerRoland McGrath <roland@gnu.org>1994-05-31 22:15:12 +0000
commit1d64c7f7c24546eeb84f559605624ab0c3368202 (patch)
treeb96a44769fd0bb5da86ad55e0aad0f4d0bee5766 /exec/Makefile
parent672d69fe20c4ea545ecea4f751600c735f50c283 (diff)
Formerly Makefile.~26~
Diffstat (limited to 'exec/Makefile')
-rw-r--r--exec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile
index 3db14fc3..59b3cc93 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -23,8 +23,8 @@ VPATH=.:../machine
CFLAGS := $(CFLAGS) -Dinline= -DA_OUT_H=\"./a.out.h\"
-DIST_FILES = Makefile exec.c hostarch.c core.c gcore.c hashexec.c a.out.h \
- ChangeLog
+DIST_FILES = Makefile exec.c hostarch.c core.c gcore.c hashexec.c \
+ a.out.h a.out.gnu.h ChangeLog
OBJS = hostarch.o exec.o execServer.o fsysServer.o notifyServer.o
all: exec
@@ -34,7 +34,7 @@ exec: $(OBJS)
exec.o: exec_server.h fsys_S.h notify_S.h
-exec.o hostarch.o: a.out.h
+exec.o hostarch.o: a.out.h a.out.gnu.h
install: