diff options
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 |