diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:20:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:20:11 +0000 |
commit | bac2274f0a65618d8d531978cc90b9fa3801ddfc (patch) | |
tree | a50d5309548574f40f9759464682b1f8b02c0168 /exec/Makefile | |
parent | a1258ef75337339317bcfbc486ee637cd7e3ba87 (diff) |
Formerly Makefile.~27~
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 3 |
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) |