summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-18 07:06:20 +0000
committerRoland McGrath <roland@gnu.org>1995-10-18 07:06:20 +0000
commit3586b70f8807213f21db6f6c7bb42bab5ee32585 (patch)
tree9ad27df65e079645d6f23298092c0b445ae3b7ba /exec
parentce337d2759598509d65c163dfad9e363268bf1f8 (diff)
(SRCS, OBJS): Add hashexec.[co].
(DIST_FILES): Remove it from here.
Diffstat (limited to 'exec')
-rw-r--r--exec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile
index d9c05fd1..b8def42f 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -18,13 +18,13 @@
dir := exec
makemode := server
-SRCS = exec.c main.c hostarch.c unzip.c util.c inflate.c
-OBJS = main.o hostarch.o exec.o execServer.o \
+SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c
+OBJS = main.o hostarch.o exec.o hashexec.o execServer.o \
$(gzip-objects)
gzip-objects = unzip.o util.o inflate.o
LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h
target = exec
-DIST_FILES = core.c gcore.c hashexec.c
+DIST_FILES = core.c gcore.c
#OTHERLIBS = -lbfd -liberty
exec-MIGSFLAGS = -imacros execmutations.h