(install-common): Fix typo in installation of native gcc.
authorDoug Evans <dje@gnu.org>
Sat, 19 Nov 1994 18:58:46 +0000 (18:58 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 19 Nov 1994 18:58:46 +0000 (18:58 +0000)
From-SVN: r8525

gcc/Makefile.in

index eb8794da568fbb6290cc5d4b3689fadade563e92..7dab309d4bc2b81cdfd51d1a86384d3589325696 100644 (file)
@@ -1976,7 +1976,7 @@ install-common: native install-dir xgcc $(EXTRA_PARTS) lang.install-common
          rm -f $(bindir)/$(GCC_INSTALL_NAME); \
          $(INSTALL_PROGRAM) xgcc $(bindir)/$(GCC_INSTALL_NAME); \
          rm -f $(bindir)/$(target)-gcc-1; \
-         ln $(bindir)/gcc $(bindir)/$(target)-gcc-1; \
+         ln $(bindir)/$(GCC_INSTALL_NAME) $(bindir)/$(target)-gcc-1; \
          mv $(bindir)/$(target)-gcc-1 $(bindir)/$(target)-gcc; \
        fi
 # Install protoize if it was compiled.