]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (stmp-fixinc): Don't bail out if SYSTEM_HEADER_DIR does not exist and...
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 5 Dec 2003 00:57:19 +0000 (00:57 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 5 Dec 2003 00:57:19 +0000 (16:57 -0800)
2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.in (stmp-fixinc): Don't bail out if SYSTEM_HEADER_DIR
does not exist and it's the default sys-include directory.

From-SVN: r74303

gcc/ChangeLog
gcc/Makefile.in

index 40639766f6a33b58ab0b3be5b28621b551a902cb..498628d8149640a8dc76744e9370df2a290b3128 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.in (stmp-fixinc): Don't bail out if SYSTEM_HEADER_DIR
+       does not exist and it's the default sys-include directory.
+
 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
 
        * config/ia64/hpux.h (TARGET_HAVE_TLS): Define it to false.
index 2b44aafd3126c17ee151736077651308b7b8115e..a1983f67504800b730626256705d6c36e9a8bd20 100644 (file)
@@ -2378,7 +2378,8 @@ stmp-fixinc: fixinc.sh gsyslimits.h
        @if test ! -d ${SYSTEM_HEADER_DIR}; then \
          echo The directory that should contain system headers does not exist: >&2 ; \
          echo "  ${SYSTEM_HEADER_DIR}" >&2 ; \
-         exit 1; \
+         if test "x${SYSTEM_HEADER_DIR}" = "x${gcc_tooldir}/sys-include"; \
+         then sleep 1; else exit 1; fi; \
        fi
        rm -rf include; mkdir include
        -chmod a+rx include