configure.lang: Fix thinko when adding a definition for target_alias to the Makefile.

* configure.lang: Fix thinko when adding a definition for
        target_alias to the Makefile.

From-SVN: r20094
This commit is contained in:
Jeffrey A Law 1998-05-27 21:01:48 +00:00 committed by Jeff Law
parent 120722ac70
commit ed385fd92a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed May 27 22:02:40 1998 Jeffrey A Law (law@cygnus.com)
* configure.lang: Fix thinko when adding a definition for
target_alias to the Makefile.
Wed May 27 02:50:00 1998 Catherine Moore (clm@cygnus.com)
* config/sparc/lb1spc.asm (.rem and .urem): Replace

View File

@ -180,7 +180,7 @@ $program_transform_name/" \
rm Makefile.sed
echo 's| ||' > Makefile.sed
echo "s|^target=.*$|target=${target}|" >> Makefile.sed
echo "s|^target_alias=.*$|target=${target_alias}|" >> Makefile.sed
echo "s|^target_alias=.*$|target_alias=${target_alias}|" >> Makefile.sed
echo "s|^xmake_file=.*$|xmake_file=${dep_host_xmake_file}|" >> Makefile.sed
echo "s|^tmake_file=.*$|tmake_file=${dep_tmake_file}|" >> Makefile.sed
echo "s|^version=.*$|version=${version}|" >> Makefile.sed