summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)