(install-common): Remove g++ dependency.

Not built for cross compilers.

From-SVN: r5861
This commit is contained in:
Richard Stallman 1993-10-21 17:33:48 +00:00
parent d12516f1f1
commit 939f89e193
1 changed files with 1 additions and 1 deletions

View 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; \