diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-31 22:15:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-31 22:15:12 +0000 |
commit | 1d64c7f7c24546eeb84f559605624ab0c3368202 (patch) | |
tree | b96a44769fd0bb5da86ad55e0aad0f4d0bee5766 /exec/Makefile | |
parent | 672d69fe20c4ea545ecea4f751600c735f50c283 (diff) |
Formerly Makefile.~26~
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 6 |
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: |