From c81a040bbe22f02d0b13b3182af7597fa64f2ebe Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 5 Jul 1995 21:59:43 +0000 Subject: (exec): foo --- exec/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/exec/Makefile b/exec/Makefile index 8bce5b53..d39414d2 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -20,8 +20,9 @@ makemode := server SRCS = exec.c hostarch.c OBJS = hostarch.o exec.o execServer.o fsysServer.o notifyServer.o \ - unzip.o util.o inflate.o -LCLHDRS = a.out.h a.out.gnu.h gzip.h crypt.h tailor.h + $(gzip-objects) +gzip-objects = unzip.o util.o inflate.o +LCLHDRS = gzip.h crypt.h tailor.h target = exec DIST_FILES = core.c gcore.c hashexec.c @@ -33,7 +34,7 @@ include ../Makeconf vpath lib%.a $(crossdir)/lib -CPPFLAGS += -DBFD # -DA_OUT_H=\"./a.out.h\" +CPPFLAGS += -DGZIP -DBFD exec.o: exec.c fsys_S.h notify_S.h exec_S.h exec.o hostarch.o: a.out.h a.out.gnu.h -- cgit v1.2.3