From 7c7b0d053c165545b9ebe4c40b1874597f96aaa4 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Apr 1996 18:54:16 +0000 Subject: (gzip-sources): New variable. (SRCS): Include $(gzip-sources). --- exec/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'exec') 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 -- cgit v1.2.3