Makefile.in: Change $(target-alias) to $(target_alias) in comment.

* Makefile.in: Change $(target-alias) to $(target_alias) in
        comment.

From-SVN: r65822
This commit is contained in:
Matt Kraai 2003-04-19 18:57:23 +00:00
parent 1230b94d56
commit 30f45f509f

View File

@ -2976,7 +2976,7 @@ install-common: native $(EXTRA_PARTS) lang.install-common
$(INSTALL_SCRIPT) gccbug $(DESTDIR)$(bindir)/$(GCCBUG_INSTALL_NAME)
# Install the driver program as $(target_alias)-gcc,
# $(target-alias)-gcc-$(version)
# $(target_alias)-gcc-$(version)
# and also as either gcc (if native) or $(gcc_tooldir)/bin/gcc.
install-driver: installdirs xgcc$(exeext)
-if [ -f gcc-cross$(exeext) ] ; then \