OSDN Git Service

* Makefile.in (install-cpp): Depend on installdirs.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 May 2005 05:53:21 +0000 (05:53 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 May 2005 05:53:21 +0000 (05:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100350 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 754a027..780a75f 100644 (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
index 2794305..1839dd4 100644 (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 \