Makefile.in: Change $(target-alias) to $(target_alias) in comment.
authorMatt Kraai <kraai@gcc.gnu.org>
Sat, 19 Apr 2003 18:57:23 +0000 (18:57 +0000)
committerMatt Kraai <kraai@gcc.gnu.org>
Sat, 19 Apr 2003 18:57:23 +0000 (18:57 +0000)
* Makefile.in: Change $(target-alias) to $(target_alias) in
        comment.

From-SVN: r65822

gcc/Makefile.in

index 2e6347e0b5370f31fb6b5fdd16149c10c493a4e3..32a2b44f2338acc085e6be7d96e1e2553b80f3d1 100644 (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 \