OSDN Git Service

tweak
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Aug 2003 00:38:56 +0000 (00:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Aug 2003 00:38:56 +0000 (00:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70032 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index afe1b5a..78cd171 100644 (file)
@@ -3651,7 +3651,7 @@ restagefeedback: unstagefeedback
 # bugs that cause the compiler to crash while building stage 2.
 bubblestrap:
        if test -f stage_last; then \
-         LAST=`cat stage_last|sed -e 's/_build//'`; \
+         LAST=`sed -e 's/_build//' < stage_last`; \
          if test "$$LAST" != "stage1"; then \
            $(MAKE) $$LAST; \
            $(STAMP) $${LAST}_copy; \