diff options
-rw-r--r-- | exec/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/exec/Makefile b/exec/Makefile index d39414d2..5b7e6cfc 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -25,10 +25,7 @@ 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 - -all: - -exec: -lbfd -liberty +OTHERLIBS = -lbfd -liberty include ../Makeconf |