Commit 30f45f50 by Matt Kraai

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

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

From-SVN: r65822
parent 1230b94d
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment