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
+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.
@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