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