diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-27 01:49:41 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-27 01:49:41 +0000 |
commit | 4fc15c039a4a6cf807d48c3d19892a38ef47d647 (patch) | |
tree | 095096ea1d866b85127d77991bca71e0ae9de72a /gcc | |
parent | 1308f97a4226e62daaa81c7ba275b783cae96b9c (diff) | |
download | gcc-4fc15c039a4a6cf807d48c3d19892a38ef47d647.zip gcc-4fc15c039a4a6cf807d48c3d19892a38ef47d647.tar.gz gcc-4fc15c039a4a6cf807d48c3d19892a38ef47d647.tar.bz2 |
(deduced.h): Add -I. and -I$(srcdir).
From-SVN: r5910
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e96baee..dee27b8 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 |