* Makefile.in (install-common): Add dependency on installdirs.
authorNathanael Nerode <neroden@gcc.gnu.org>
Tue, 22 Jul 2003 05:10:54 +0000 (05:10 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Tue, 22 Jul 2003 05:10:54 +0000 (05:10 +0000)
From-SVN: r69665

gcc/ChangeLog
gcc/Makefile.in

index f0fa86d02e1eb3d8fb01ed82f8f30a4822cac42d..0db16641e5827b5c9074048e4484b841ad382b1b 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-22  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * Makefile.in (install-common): Add dependency on installdirs.
+
 2003-07-21  Alexandre Oliva  <aoliva@redhat.com>
 
        * c-common.c (c_common_type_for_mode): Return integer types for
index 384c0b78cb8fb9f28778dfdfd0d9d453ea8776d2..b8d288fb878c12d57199a495410561b985f48ac4 100644 (file)
@@ -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; \