aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-02-23 23:03:09 +0000
committerRichard Stallman <rms@gnu.org>1993-02-23 23:03:09 +0000
commit4808d7a7f1ecdf59184343795839c1a7fef00c5e (patch)
tree4515fd492cb856d4ac045e98a86358a13ba90ade /gcc
parent3b24f55b09240dcc38e3df08e57b3fcd42f602c4 (diff)
downloadgcc-4808d7a7f1ecdf59184343795839c1a7fef00c5e.zip
gcc-4808d7a7f1ecdf59184343795839c1a7fef00c5e.tar.gz
gcc-4808d7a7f1ecdf59184343795839c1a7fef00c5e.tar.bz2
(install-include-dir): Depend on install-dir.
From-SVN: r3517
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index eadbf21..a3a1946 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1594,7 +1594,7 @@ install-headers: install-include-dir $(INSTALL_HEADERS_DIR) install-assert-h
fi
# Create or recreate the gcc private include file directory.
-install-include-dir:
+install-include-dir: install-dir
-rm -rf $(libsubdir)/include
mkdir $(libsubdir)/include
-chmod a+rx $(libsubdir)/include