OSDN Git Service

(install-common): Fix typo.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 1993 16:26:22 +0000 (16:26 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 1993 16:26:22 +0000 (16:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5695 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 4338ba7..dacca3b 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 ]; \