From f825b10f843a36e6dad9151f5318745880556826 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 13 Oct 1993 20:10:01 +0000 Subject: [PATCH] (install-collect2): Depend on install-dir. (install-info, install-float-h-cross): Likewise. From-SVN: r5778 --- gcc/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index dcee4d31742..011e43c7d4b 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 -- 2.30.2