(deduced.h): Add -I. and -I$(srcdir).
authorRichard Stallman <rms@gnu.org>
Wed, 27 Oct 1993 01:49:41 +0000 (01:49 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 27 Oct 1993 01:49:41 +0000 (01:49 +0000)
From-SVN: r5910

gcc/Makefile.in

index e96baee4535c66b7aed7bdf342f18943cc8e8c5b..dee27b869e9f6c40752dbfc80bf58f7401655c8d 100644 (file)
@@ -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