From: Jason Merrill Date: Fri, 1 Aug 2003 00:38:56 +0000 (-0400) Subject: tweak X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57ac311fb9523c663e8761fef60a90e9c47af0c8;p=gcc.git tweak From-SVN: r70032 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index afe1b5ab9e6..78cd1710c50 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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; \