* 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 f0fa86d..0db1664 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 384c0b7..b8d288f 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; \