Makefile.in (install-common): Don't depend on installdirs here.
authorJim Meyering <meyering@lucent.com>
Fri, 16 Feb 2001 03:54:02 +0000 (03:54 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 16 Feb 2001 03:54:02 +0000 (22:54 -0500)
commite658449ebb92607c3f339ce9e9787f60d1fb6afc
tree94ba55ce76786383891e1ac5fd3fddc85358b0b4
parentbcd0cabb199d7f49e76f8730fdcf5cbc76cc9cc7
Makefile.in (install-common): Don't depend on installdirs here.

gcc/:
2001-01-20  Jim Meyering  <meyering@lucent.com>

        * Makefile.in (install-common): Don't depend on installdirs here.
        Instead, make each of the lang.install-common targets (e.g.,
        c++.install-common in cp/Make-lang.in) depend on it.
(install-driver): Depend on installdirs.

gcc/ch:
2001-02-15  Jim Meyering  <meyering@lucent.com>

        * Make-lang.in (CHILL.install-common): Depend on `installdirs'.
        (CHILL.install-info): Likewise.

gcc/cp:
2001-02-15  Jim Meyering  <meyering@lucent.com>

        * Make-lang.in (c++.install-common): Depend on installdirs.
        (c++.install-info): Likewise
        (c++.install-man): Likewise

gcc/java:
2001-02-15  Jim Meyering  <meyering@lucent.com>

        * Make-lang.in (java.install-common): Depend on `installdirs'.
        (java.install-info): Likewise.

From-SVN: r39744
gcc/ChangeLog
gcc/Makefile.in
gcc/ch/ChangeLog
gcc/ch/Make-lang.in
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/java/ChangeLog
gcc/java/Make-lang.in