From 57ac311fb9523c663e8761fef60a90e9c47af0c8 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 31 Jul 2003 20:38:56 -0400 Subject: [PATCH] tweak From-SVN: r70032 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.30.2