From: Richard Stallman Date: Wed, 27 Oct 1993 01:49:41 +0000 (+0000) Subject: (deduced.h): Add -I. and -I$(srcdir). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fc15c039a4a6cf807d48c3d19892a38ef47d647;p=gcc.git (deduced.h): Add -I. and -I$(srcdir). From-SVN: r5910 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e96baee4535..dee27b869e9 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1569,7 +1569,7 @@ objc-headers: stmp-fixinc # Files related to the fixproto script. deduced.h: $(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs - CC="$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -Iinclude -I${SYSTEM_HEADER_DIR}"; \ + CC="$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -I. -I$(srcdir) -Iinclude -I${SYSTEM_HEADER_DIR}"; \ export CC; \ $(srcdir)/scan-types.sh "$(srcdir)" >tmp-deduced.h mv tmp-deduced.h deduced.h