* Makefile.in (install-cpp): Depend on installdirs.
authorGeoffrey Keating <geoffk@apple.com>
Mon, 30 May 2005 05:53:21 +0000 (05:53 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 30 May 2005 05:53:21 +0000 (05:53 +0000)
From-SVN: r100350

gcc/ChangeLog
gcc/Makefile.in

index 754a0277229dfc39b6c3df9237e3a66b604c6cb4..780a75f9015ab7be8d1306d18e799cbe94582d71 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 27943057afa1c756e4264825b0a2e824349ad826..1839dd4ae47192f2ac8bf175247920418f96755f 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 \