re PR other/27850 (gcov-enabled sh-elf compiler fails to build)

PR other/27850
	* Makefile.in (stmp-fixinc): Fix typo.

From-SVN: r114332
This commit is contained in:
J"orn Rennecke 2006-06-02 23:50:11 +00:00 committed by Joern Rennecke
parent e58b87f712
commit af33a0c06a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-06-03 J"orn Rennecke <joern.rennecke@st.com>
PR other/27850
* Makefile.in (stmp-fixinc): Fix typo.
2006-06-02 Roger Sayle <roger@eyesopen.com>
* fold-const.c (fold_unary) <CONJ_EXPR>: Ensure folded expressions

View File

@ -3224,7 +3224,7 @@ stmp-fixinc: gsyslimits.h macro_list \
echo The directory that should contain system headers does not exist: >&2 ; \
echo " ${SYSTEM_HEADER_DIR}" >&2 ; \
tooldir_sysinc=`echo "${gcc_tooldir}/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
if test "x${SYSTEM_HEADER_DIR}" = "x${tooldir_sysinc}"; \
if test "x${SYSTEM_HEADER_DIR}" = "x$${tooldir_sysinc}"; \
then sleep 1; else exit 1; fi; \
fi
rm -rf include; mkdir include