mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Dependencies on tconfig.h work better if we set GCCDIR when shelling
to other Makefiles.
This commit is contained in:
parent
4466867fd8
commit
ae889c62a2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ runtime-info.h:
|
|||
< /dev/null > ${.TARGET}
|
||||
|
||||
tconfig.h: ${.CURDIR}/../../usr.bin/cc/cc_tools/Makefile
|
||||
${MAKE} -f ${.ALLSRC} MFILE=${.ALLSRC} ${.TARGET}
|
||||
${MAKE} -f ${.ALLSRC} MFILE=${.ALLSRC} GCCDIR=${GCCDIR} ${.TARGET}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue