Dependencies on tconfig.h work better if we set GCCDIR when shelling
to other Makefiles.
This commit is contained in:
parent
4466867fd8
commit
ae889c62a2
@ -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 New Issue
Block a user