aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/Make-lang.in
diff options
context:
space:
mode:
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|'`; \