diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-05 21:59:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-05 21:59:43 +0000 |
commit | c81a040bbe22f02d0b13b3182af7597fa64f2ebe (patch) | |
tree | 77d3ddf1496f79f0aca1f869c6e1b2676d2a3f53 /exec/Makefile | |
parent | c8da7cbf16af49ad665e63f9597b4ab52f6711de (diff) |
(exec): foo
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 7 |
1 files 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 |