diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 18:58:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 18:58:18 +0000 |
commit | f960288850a9e4579a4f1f36e0cdfb9a7b717bfb (patch) | |
tree | 50762a68ad108172a8fde9f4a50a409664e701b9 /exec/Makefile | |
parent | 0a70ec5244e5fb9cc02438a65d5b6ebae0c5d584 (diff) |
Never mind.
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile index d262e855..b789d3ee 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -18,13 +18,11 @@ dir := exec makemode := server -SRCS = exec.c main.c hashexec.c hostarch.c unzip.c util.c inflate.c \ - $(gzip-sources) +SRCS = exec.c main.c hashexec.c hostarch.c unzip.c util.c inflate.c OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o \ $(gzip-objects) gzip-objects = unzip.o util.o inflate.o -gzip-sources = unzip.c util.c inflate.c LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec DIST_FILES = core.c gcore.c |