From: Kazu Hirata Date: Tue, 5 Jul 2005 06:57:40 +0000 (+0000) Subject: Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET) instead of $<. X-Git-Tag: misc/cutover-cvs2svn~1932 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96f527526a1b87ef1d565d70b295153c23f6aaf2;p=thirdparty%2Fgcc.git Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET) instead of $<. * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET) instead of $<. Don't remove ./as if it already exists. From-SVN: r101621 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb8016b0892b..a72bdb30ab1f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,4 @@ -2005-07-04 Kazu Hirata +2005-07-05 Kazu Hirata * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET) instead of $<. Don't remove ./as if it already exists.