OSDN Git Service

PR other/27850
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jun 2006 23:50:11 +0000 (23:50 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jun 2006 23:50:11 +0000 (23:50 +0000)
* Makefile.in (stmp-fixinc): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114332 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 329edba..c52e0e9 100644 (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
 2006-06-02  Roger Sayle  <roger@eyesopen.com>
 
        * fold-const.c (fold_unary) <CONJ_EXPR>: Ensure folded expressions
index 5143bfc..c57fad4 100644 (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`; \
          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
          then sleep 1; else exit 1; fi; \
        fi
        rm -rf include; mkdir include