From: Richard Stallman Date: Thu, 21 Oct 1993 17:33:48 +0000 (+0000) Subject: (install-common): Remove g++ dependency. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=939f89e1931e5171b231e9f77215bcfe997597a9;p=gcc.git (install-common): Remove g++ dependency. Not built for cross compilers. From-SVN: r5861 --- 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; \