From: Doug Evans Date: Sat, 9 Oct 1993 16:26:22 +0000 (+0000) Subject: (install-common): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0debc00746c5f125a208f0f35dd6cbae415c6596;p=gcc.git (install-common): Fix typo. From-SVN: r5695 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4338ba70867..dacca3bb6b4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 ]; \