OSDN Git Service

(install-common): Remove g++ dependency.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 1993 17:33:48 +0000 (17:33 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 1993 17:33:48 +0000 (17:33 +0000)
Not built for cross compilers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5861 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index b2ba0c1..8685149 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; \