From 55de4f08f41b19bc0a72c7e0676b53d9c4b0a9fd Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 22 Jul 2003 05:10:54 +0000 Subject: [PATCH] * Makefile.in (install-common): Add dependency on installdirs. From-SVN: r69665 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; \ -- 2.47.3