(install-common): Fix typo.

From-SVN: r5695
This commit is contained in:
Doug Evans 1993-10-09 16:26:22 +00:00
parent ee456b1c64
commit 0debc00746

View File

@ -1814,13 +1814,13 @@ install-common: native install-dir xgcc g++ $(EXTRA_PARTS)
rm -f $(bindir)/$(target)-gcc-1; \
ln $(bindir)/gcc $(bindir)/$(target)-gcc-1; \
mv $(bindir)/$(target)-gcc-1 $(bindir)/$(target)-gcc; \
-if [ -f cc1plus ] ; then \
if [ -f cc1plus ] ; then \
rm -f $(bindir)/g++; \
$(INSTALL_PROGRAM) g++ $(bindir)/g++; \
chmod a+x $(bindir)/g++; \
rm -f $(bindir)/c++; \
ln $(bindir)/g++ $(bindir)/c++; \
fi
fi ; \
fi
# Install protoize if it was compiled.
-if [ -f protoize ]; \