aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2003-07-31 20:38:56 -0400
committerJason Merrill <jason@gcc.gnu.org>2003-07-31 20:38:56 -0400
commit57ac311fb9523c663e8761fef60a90e9c47af0c8 (patch)
tree26a8baefa205691958a789598e7cec69bfc02ee4
parent40209195282377a7254ebbd80d5f55595d92d458 (diff)
downloadgcc-57ac311fb9523c663e8761fef60a90e9c47af0c8.zip
gcc-57ac311fb9523c663e8761fef60a90e9c47af0c8.tar.gz
gcc-57ac311fb9523c663e8761fef60a90e9c47af0c8.tar.bz2
tweak
From-SVN: r70032
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index afe1b5a..78cd171 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; \