(install-common): Fix typo.
authorDoug Evans <dje@gnu.org>
Sat, 9 Oct 1993 16:26:22 +0000 (16:26 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 9 Oct 1993 16:26:22 +0000 (16:26 +0000)
From-SVN: r5695

gcc/Makefile.in

index 4338ba70867a0bc5c12921d444ed10c830257f92..dacca3bb6b43d873e630aee7dff2aff3c2ee6472 100644 (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 ]; \