From: Nathanael Nerode Date: Tue, 22 Jul 2003 05:10:54 +0000 (+0000) Subject: * Makefile.in (install-common): Add dependency on installdirs. X-Git-Tag: releases/gcc-3.4.0~4686 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55de4f08f41b19bc0a72c7e0676b53d9c4b0a9fd;p=thirdparty%2Fgcc.git * Makefile.in (install-common): Add dependency on installdirs. From-SVN: r69665 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f0fa86d02e1e..0db16641e582 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-22 Nathanael Nerode + + * Makefile.in (install-common): Add dependency on installdirs. + 2003-07-21 Alexandre Oliva * c-common.c (c_common_type_for_mode): Return integer types for diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 384c0b78cb8f..b8d288fb878c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2940,7 +2940,7 @@ installdirs: $(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(man7dir) # Install the compiler executables built during cross compilation. -install-common: native $(EXTRA_PARTS) lang.install-common +install-common: native $(EXTRA_PARTS) lang.install-common installdirs for file in $(COMPILERS); do \ if [ -f $$file ] ; then \ rm -f $(DESTDIR)$(libsubdir)/$$file; \