mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Add an "out" to the now required BS of defining DESTDIR.
This commit is contained in:
parent
640aac6012
commit
96c370ccf5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue