From c4549b057bd1c2e43579614d985b3d9bfab94141 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Aug 2013 23:52:03 +0200 Subject: Do not build gzip/bzip2 support * exec/Makefile (SRCS): Remove gzip and bzip2 sources. (OBJS): Remove gzip and bzip2 objects. --- exec/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'exec/Makefile') diff --git a/exec/Makefile b/exec/Makefile index c72eb349..eb883612 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -20,11 +20,11 @@ dir := exec makemode := server -SRCS = exec.c main.c hashexec.c hostarch.c \ - $(gzip-sources) $(bzip2-sources) +SRCS = exec.c main.c hashexec.c hostarch.c +# $(gzip-sources) $(bzip2-sources) OBJS = main.o hostarch.o exec.o hashexec.o \ - execServer.o exec_startupServer.o \ - $(gzip-objects) $(bzip2-objects) + execServer.o exec_startupServer.o +# $(gzip-objects) $(bzip2-objects) gzip-sources = unzip.c util.c inflate.c gzip-objects = $(gzip-sources:%.c=%.o) bzip2-sources = do-bunzip2.c -- cgit v1.2.3