From 81602ce39463a6a994021e186f3b99b0fdb268d2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 30 Oct 1998 18:39:53 +0000 Subject: set DESTDIR to be empty, not '/' when doing 'make distrib-dirs' so we don't get /etc/foo, not //etc/foo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2a9382e281..5392d057b69 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 1998/09/30 13:27:28 art Exp $ +# $OpenBSD: Makefile,v 1.42 1998/10/30 18:39:52 millert Exp $ # # For more information on building in tricky environments, please see @@ -61,7 +61,7 @@ includes: beforeinstall: .ifndef DESTDIR - (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) + (cd ${.CURDIR}/etc && ${MAKE} DESTDIR= distrib-dirs) .else (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs) .endif -- cgit v1.2.3