diff options
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/exec/Makefile b/exec/Makefile index eb883612..11d28752 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -21,14 +21,12 @@ dir := exec makemode := server SRCS = exec.c main.c hashexec.c hostarch.c -# $(gzip-sources) $(bzip2-sources) +# $(gzip-sources) OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o -# $(gzip-objects) $(bzip2-objects) +# $(gzip-objects) gzip-sources = unzip.c util.c inflate.c gzip-objects = $(gzip-sources:%.c=%.o) -bzip2-sources = do-bunzip2.c -bzip2-objects = $(bzip2-sources:%.c=%.o) target = exec #targets = exec exec.static @@ -40,6 +38,6 @@ exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h include ../Makeconf -CPPFLAGS += # -DGZIP -DBZIP2 -DBFD +CPPFLAGS += # -DGZIP -DBFD exec.static exec: $(OBJS) $(library_deps) |