(install-common): Fix typo in installation of native gcc.

From-SVN: r8525
This commit is contained in:
Doug Evans 1994-11-19 18:58:46 +00:00
parent 03af65c41e
commit 84ef8e1d45
1 changed files with 1 additions and 1 deletions

View 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.