OSDN Git Service

(install-collect2): Depend on install-dir.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 1993 20:10:01 +0000 (20:10 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 1993 20:10:01 +0000 (20:10 +0000)
(install-info, install-float-h-cross): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5778 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index dcee4d3..011e43c 100644 (file)
@@ -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