OSDN Git Service

(install-common): Fix typo in installation of gcc-cross.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Mar 1995 16:56:39 +0000 (16:56 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Mar 1995 16:56:39 +0000 (16:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9126 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index a07b789..a40efcb 100644 (file)
@@ -2005,7 +2005,7 @@ install-common: native install-dir xgcc $(EXTRA_PARTS) lang.install-common
 # and also as either gcc (if native) or $(tooldir)/bin/gcc.
        -if [ -f gcc-cross$(exeext) ] ; then \
          rm -f $(bindir)/$(GCC_CROSS_NAME)$(exeext); \
-         $(INSTALL_PROGRAM) gcc-cross$(exext) $(bindir)/$(GCC_CROSS_NAME)$(exeext); \
+         $(INSTALL_PROGRAM) gcc-cross$(exeext) $(bindir)/$(GCC_CROSS_NAME)$(exeext); \
          if [ -d $(tooldir)/bin/. ] ; then \
            rm -f $(tooldir)/bin/gcc$(exeext); \
            $(INSTALL_PROGRAM) gcc-cross$(exeext) $(tooldir)/bin/gcc$(exeext); \