From 96c370ccf50547a864d3afa8b67cb9da8fcabfa6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 18 Jul 2004 01:19:33 +0000 Subject: [PATCH] Add an "out" to the now required BS of defining DESTDIR. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89d98422fa34..26aa0dbcc0f5 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,7 @@ ${TGTS}: # Set a reasonable default .MAIN: all -.if defined(DESTDIR) +.if defined(I_KNOW_WHAT_IM_DOING_THANKYOU_VERY_MUCH) || defined(DESTDIR) .if make(world) STARTTIME!= LC_ALL=C date .endif