Dependencies on tconfig.h work better if we set GCCDIR when shelling

to other Makefiles.
This commit is contained in:
David E. O'Brien 2002-05-07 00:58:49 +00:00
parent 4466867fd8
commit ae889c62a2

View File

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