aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-10-13 20:10:01 +0000
committerRichard Stallman <rms@gnu.org>1993-10-13 20:10:01 +0000
commitf825b10f843a36e6dad9151f5318745880556826 (patch)
tree5ed8340b02d2260c8cd996fdd3e9bec6d5b0c8b5 /gcc
parent038d9bc039abc2a684631dc13b1d4034fce743d7 (diff)
downloadgcc-f825b10f843a36e6dad9151f5318745880556826.zip
gcc-f825b10f843a36e6dad9151f5318745880556826.tar.gz
gcc-f825b10f843a36e6dad9151f5318745880556826.tar.bz2
(install-collect2): Depend on install-dir.
(install-info, install-float-h-cross): Likewise. From-SVN: r5778
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index dcee4d3..011e43c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1739,7 +1739,7 @@ install-cross-rest: install-float-h-cross
# Install float.h for cross compiler.
# Run this on the target machine!
-install-float-h-cross:
+install-float-h-cross: install-dir
# if [ -f enquire ] ; then true; else false; fi
# Note: don't use -. We should fail right away if enquire was not made.
./enquire -f > $(tmpdir)/float.h
@@ -1834,7 +1834,7 @@ install-common: native install-dir xgcc g++ $(EXTRA_PARTS)
$(INSTALL_PROGRAM) cpp $(libsubdir)/cpp
# Install the info files.
-install-info: doc
+install-info: doc install-dir
-rm -f $(infodir)/cpp.info* $(infodir)/gcc.info*
cd $(srcdir); for f in cpp.info* gcc.info*; \
do $(INSTALL_DATA) $$f $(infodir)/$$f; done
@@ -1929,7 +1929,7 @@ install-assert-h: assert.h install-dir
fi
# Use this target to install the program `collect2' under the name `ld'.
-install-collect2: collect2
+install-collect2: collect2 install-dir
$(INSTALL_PROGRAM) collect2 $(libsubdir)/ld
# Install the driver program as $(libsubdir)/gcc for collect2.
$(INSTALL_PROGRAM) xgcc $(libsubdir)/gcc