From 1d64c7f7c24546eeb84f559605624ab0c3368202 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 31 May 1994 22:15:12 +0000 Subject: Formerly Makefile.~26~ --- exec/Makefile | 6 +++--- 1 file 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: -- cgit v1.2.3