Commit 47b528da by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r100350
parent a9b31c40
2005-05-29 Geoffrey Keating <geoffk@apple.com>
* Makefile.in (install-cpp): Depend on installdirs.
2005-05-30 Kazu Hirata <kazu@cs.umass.edu> 2005-05-30 Kazu Hirata <kazu@cs.umass.edu>
* tree-outof-ssa.c (_elim_graph): Change the type of edge_list * tree-outof-ssa.c (_elim_graph): Change the type of edge_list
......
...@@ -3401,7 +3401,7 @@ install: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \ ...@@ -3401,7 +3401,7 @@ install: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
lang.install-normal install-driver lang.install-normal install-driver
# Handle cpp installation. # Handle cpp installation.
install-cpp: cpp$(exeext) install-cpp: installdirs cpp$(exeext)
-rm -f $(DESTDIR)$(bindir)/$(CPP_INSTALL_NAME)$(exeext) -rm -f $(DESTDIR)$(bindir)/$(CPP_INSTALL_NAME)$(exeext)
-$(INSTALL_PROGRAM) -m 755 cpp$(exeext) $(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 \ -if [ x$(cpp_install_dir) != x ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment