From e658449ebb92607c3f339ce9e9787f60d1fb6afc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Feb 2001 03:54:02 +0000 Subject: Makefile.in (install-common): Don't depend on installdirs here. gcc/: 2001-01-20 Jim Meyering * 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 * Make-lang.in (CHILL.install-common): Depend on `installdirs'. (CHILL.install-info): Likewise. gcc/cp: 2001-02-15 Jim Meyering * Make-lang.in (c++.install-common): Depend on installdirs. (c++.install-info): Likewise (c++.install-man): Likewise gcc/java: 2001-02-15 Jim Meyering * Make-lang.in (java.install-common): Depend on `installdirs'. (java.install-info): Likewise. From-SVN: r39744 --- gcc/ch/Make-lang.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ch/Make-lang.in') diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in index 6c8154f..5475128 100644 --- a/gcc/ch/Make-lang.in +++ b/gcc/ch/Make-lang.in @@ -127,7 +127,7 @@ chill.dvi: $(srcdir)/ch/chill.texi $(srcdir)/extend.texi $(srcdir)/invoke.texi $ CHILL.install-normal: # Install the driver program -CHILL.install-common: +CHILL.install-common: installdirs -if [ -f cc1chill$(exeext) ] ; then \ if [ -f chill.install ] ; then \ if [ -f gcc-cross$(exeext) ]; then \ @@ -144,7 +144,7 @@ CHILL.install-common: # Don't delete $(infodir)/ch.info* unless there's actually new # docs to install (in case LANGUAGES didn't contain chill earlier). -CHILL.install-info: +CHILL.install-info: installdirs -cd $(srcdir)/ch; for i in chill.info*; do \ rm -f $(infodir)/chill.info*; \ realfile=`echo $$i | sed -e 's|.*/\([^/]*\)$$|\1|'`; \ -- cgit v1.1