(install-common): Remove g++ dependency.
authorRichard Stallman <rms@gnu.org>
Thu, 21 Oct 1993 17:33:48 +0000 (17:33 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 21 Oct 1993 17:33:48 +0000 (17:33 +0000)
Not built for cross compilers.

From-SVN: r5861

gcc/Makefile.in

index b2ba0c101e0c228aeeeaa3c1cc8bb2ff7bbc7dba..868514901cb2891382213818aa772c7f8fa30fc7 100644 (file)
@@ -1775,7 +1775,7 @@ install-dir:
        -if [ -d $(mandir) ] ; then true ; else mkdir $(mandir) ; fi
 
 # Install the compiler executables built during cross compilation.
-install-common: native install-dir xgcc g++ $(EXTRA_PARTS)
+install-common: native install-dir xgcc $(EXTRA_PARTS)
        for file in $(COMPILERS); do \
          if [ -f $$file ] ; then \
            rm -f $(libsubdir)/$$file; \