aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/Make-lang.in
diff options
context:
space:
mode:
authorJim Meyering <meyering@lucent.com>2001-02-16 03:54:02 +0000
committerDJ Delorie <dj@gcc.gnu.org>2001-02-15 22:54:02 -0500
commite658449ebb92607c3f339ce9e9787f60d1fb6afc (patch)
tree94ba55ce76786383891e1ac5fd3fddc85358b0b4 /gcc/ch/Make-lang.in
parentbcd0cabb199d7f49e76f8730fdcf5cbc76cc9cc7 (diff)
downloadgcc-e658449ebb92607c3f339ce9e9787f60d1fb6afc.zip
gcc-e658449ebb92607c3f339ce9e9787f60d1fb6afc.tar.gz
gcc-e658449ebb92607c3f339ce9e9787f60d1fb6afc.tar.bz2
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
Diffstat (limited to 'gcc/ch/Make-lang.in')
-rw-r--r--gcc/ch/Make-lang.in4
1 files changed, 2 insertions, 2 deletions
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|'`; \