summaryrefslogtreecommitdiff
path: root/exec/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-08 21:49:57 +0000
committerRoland McGrath <roland@gnu.org>1995-09-08 21:49:57 +0000
commit4fb3d3aff4379057494e38a6ec05dbb94b2bc2ec (patch)
treeac49b9786cd1bac52b42db8a18e2b8f303b04048 /exec/Makefile
parent95304a5ba6dd3be0bc83116b8adf8466db3219c6 (diff)
(OTHERLIBS, CPPFLAGS): Disable bfd by default.
Diffstat (limited to 'exec/Makefile')
-rw-r--r--exec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile
index c19a8bb0..1f5bceeb 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -25,11 +25,11 @@ 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
-OTHERLIBS = -lbfd -liberty
+#OTHERLIBS = -lbfd -liberty
include ../Makeconf
vpath lib%.a $(crossdir)/lib
-CPPFLAGS += -DGZIP -DBFD
+CPPFLAGS += -DGZIP # -DBFD