Add an "out" to the now required BS of defining DESTDIR.

This commit is contained in:
David E. O'Brien 2004-07-18 01:19:33 +00:00
parent 640aac6012
commit 96c370ccf5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132324

View File

@ -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