From 939f89e1931e5171b231e9f77215bcfe997597a9 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 21 Oct 1993 17:33:48 +0000 Subject: [PATCH] (install-common): Remove g++ dependency. Not built for cross compilers. From-SVN: r5861 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.30.2