From: Jason Merrill Date: Fri, 1 Aug 2003 00:38:56 +0000 (-0400) Subject: tweak X-Git-Tag: releases/gcc-3.4.0~4476 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57ac311fb9523c663e8761fef60a90e9c47af0c8;p=thirdparty%2Fgcc.git tweak From-SVN: r70032 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index afe1b5ab9e61..78cd1710c50d 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; \