* Makefile.in (AS_FOR_TARGET): Change as.new to as-new.

This commit is contained in:
Ian Lance Taylor 1997-08-06 04:43:18 +00:00
parent 3529c5c385
commit ef9a68f7e3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.

View File

@ -237,8 +237,8 @@ CXX_FOR_TARGET = ` \
fi`
AS_FOR_TARGET = ` \
if [ -f $$r/gas/as.new ] ; then \
echo $$r/gas/as.new ; \
if [ -f $$r/gas/as-new ] ; then \
echo $$r/gas/as-new ; \
else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
echo $(AS); \