diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 18:54:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 18:54:16 +0000 |
commit | 7c7b0d053c165545b9ebe4c40b1874597f96aaa4 (patch) | |
tree | fa33be9f5436114ec7a21ac796b713a2fd40dac1 | |
parent | 12d6b55021158a0c276c4ad4c88c51f08b2b39e6 (diff) |
(gzip-sources): New variable.
(SRCS): Include $(gzip-sources).
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index eef092fa..5910cbc7 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -18,11 +18,13 @@ 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.o hostarch.c unzip.c util.c inflate.c \ + $(gzip-sources) 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 |