diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-05 22:00:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-05 22:00:45 +0000 |
commit | f572b0289efcf50e53179fb4bdf1f6b465136f69 (patch) | |
tree | a99fc4cb01d0662f1512704cf16074b47074c329 /exec | |
parent | c81a040bbe22f02d0b13b3182af7597fa64f2ebe (diff) |
(OTHERLIBS): Define var.
(all, exec): Delete targets.
Diffstat (limited to 'exec')
-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 |