summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-12-16 21:51:27 +0000
committernate <nate@FreeBSD.org>1993-12-16 21:51:27 +0000
commite0628cc99de67f516bc1a5eb96c47cca2662107d (patch)
tree4601057cd66c8c1e82b7cef9d18700e712c95d3c /gnu/usr.bin/ld
parentfcc993cb708c921421f38486c0ba8dd7fdc979c7 (diff)
downloadFreeBSD-src-e0628cc99de67f516bc1a5eb96c47cca2662107d.zip
FreeBSD-src-e0628cc99de67f516bc1a5eb96c47cca2662107d.tar.gz
Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIR
in front of BINDIR definition.
Diffstat (limited to 'gnu/usr.bin/ld')
-rw-r--r--gnu/usr.bin/ld/ldconfig/Makefile4
-rw-r--r--gnu/usr.bin/ld/ldd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile
index 3d9905f..d27f9b7 100644
--- a/gnu/usr.bin/ld/ldconfig/Makefile
+++ b/gnu/usr.bin/ld/ldconfig/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.3 1993/11/09 04:19:20 paul Exp $
+# $Id: Makefile,v 1.4 1993/11/09 20:39:46 paul Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c etc.c
LDDIR?= $(.CURDIR)/..
LDFLAGS += -static
CFLAGS += -I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -O
-BINDIR= ${DESTDIR}/sbin
+BINDIR= /sbin
MAN8 = ldconfig.8
.PATH: $(LDDIR) $(LDDIR)/$(MACHINE)
diff --git a/gnu/usr.bin/ld/ldd/Makefile b/gnu/usr.bin/ld/ldd/Makefile
index ded0797..282a8fd 100644
--- a/gnu/usr.bin/ld/ldd/Makefile
+++ b/gnu/usr.bin/ld/ldd/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.2 1993/10/22 21:10:42 pk Exp $
+# $Id: Makefile,v 1.2 1993/11/09 04:19:24 paul Exp $
PROG= ldd
SRCS= ldd.c
-BINDIR= ${DESTDIR}/usr/bin
+BINDIR= /usr/bin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud