summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 18:20:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 18:20:11 +0000
commitbac2274f0a65618d8d531978cc90b9fa3801ddfc (patch)
treea50d5309548574f40f9759464682b1f8b02c0168
parenta1258ef75337339317bcfbc486ee637cd7e3ba87 (diff)
Formerly Makefile.~27~
-rw-r--r--exec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/exec/Makefile b/exec/Makefile
index 59b3cc93..c61edbfc 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -27,6 +27,9 @@ 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
+SRCS = hostarch.c exec.c
+TAGSHDRS = a.out.h a.out.gnu.h
+
all: exec
exec: $(OBJS)