diff options
-rw-r--r-- | exec/Makefile | 4 |
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 |