summaryrefslogtreecommitdiff
path: root/exec/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-15 18:55:48 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-15 18:55:48 +0000
commit0a70ec5244e5fb9cc02438a65d5b6ebae0c5d584 (patch)
treee49cd4c6fdc744441c1fe94b8acd4d65cac22a1e /exec/Makefile
parent7c7b0d053c165545b9ebe4c40b1874597f96aaa4 (diff)
(SRCS): That's hashexec.c, not .o.
Diffstat (limited to 'exec/Makefile')
-rw-r--r--exec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile
index 5910cbc7..d262e855 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -18,7 +18,7 @@
dir := exec
makemode := server
-SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c \
+SRCS = exec.c main.c hashexec.c hostarch.c unzip.c util.c inflate.c \
$(gzip-sources)
OBJS = main.o hostarch.o exec.o hashexec.o \
execServer.o exec_startupServer.o \