From 0bb118a5b19d457a8f3d8c711f4c0661750ac4b1 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Thu, 16 Dec 1993 21:51:27 +0000 Subject: Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIR in front of BINDIR definition. --- sbin/ldconfig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/ldconfig') diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 3d9905f27532..d27f9b7eea17 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/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) -- cgit v1.2.3