summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-05 22:00:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-05 22:00:45 +0000
commitf572b0289efcf50e53179fb4bdf1f6b465136f69 (patch)
treea99fc4cb01d0662f1512704cf16074b47074c329
parentc81a040bbe22f02d0b13b3182af7597fa64f2ebe (diff)
(OTHERLIBS): Define var.
(all, exec): Delete targets.
-rw-r--r--exec/Makefile5
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