From: rms Date: Thu, 21 Oct 1993 17:33:48 +0000 (+0000) Subject: (install-common): Remove g++ dependency. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=eb77865067d3a5eb226f2881d9a4f75f662f8f07;p=pf3gnuchains%2Fgcc-fork.git (install-common): Remove g++ dependency. Not built for cross compilers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5861 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b2ba0c101e0..868514901cb 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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; \