* Makefile.in (install-cpp): Depend on installdirs.

From-SVN: r100350
This commit is contained in:
Geoffrey Keating 2005-05-30 05:53:21 +00:00 committed by Geoffrey Keating
parent a9b31c40b3
commit 47b528da25
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-29 Geoffrey Keating <geoffk@apple.com>
* Makefile.in (install-cpp): Depend on installdirs.
2005-05-30 Kazu Hirata <kazu@cs.umass.edu>
* tree-outof-ssa.c (_elim_graph): Change the type of edge_list

View File

@ -3401,7 +3401,7 @@ install: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
lang.install-normal install-driver
# Handle cpp installation.
install-cpp: cpp$(exeext)
install-cpp: installdirs cpp$(exeext)
-rm -f $(DESTDIR)$(bindir)/$(CPP_INSTALL_NAME)$(exeext)
-$(INSTALL_PROGRAM) -m 755 cpp$(exeext) $(DESTDIR)$(bindir)/$(CPP_INSTALL_NAME)$(exeext)
-if [ x$(cpp_install_dir) != x ]; then \