From ae889c62a2ab4c95f87bea4a4e826b1d566ffb1a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 7 May 2002 00:58:49 +0000 Subject: Dependencies on tconfig.h work better if we set GCCDIR when shelling to other Makefiles. --- gnu/lib/libobjc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/lib') diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index b3ffc0b24715d..65c5c639011ea 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -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 -- cgit v1.3