From cca57118dabe01324ec78788539e1406b28c3369 Mon Sep 17 00:00:00 2001 From: Nate Willams Date: Thu, 16 Dec 1993 21:51:27 +0000 Subject: [PATCH] Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIR in front of BINDIR definition. --- gnu/usr.bin/ld/ldconfig/Makefile | 4 ++-- gnu/usr.bin/ld/ldd/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile index 3d9905f275..d27f9b7eea 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 ded0797895..282a8fdb57 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 -- 2.20.1