2000-03-08 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Mar 2000 03:13:21 +0000 (03:13 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 9 Mar 2000 03:13:21 +0000 (03:13 +0000)
* Makefile.am (install-exec-local): Depend on
install-binPROGRAMS for parallel make.
* Makefile.in: Regenerated.

binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in

index 5771febfea3df3e853092af7db9cc95c1d729b11..feee80d2a2bdd85506572927898f21ea802383b6 100644 (file)
@@ -1,3 +1,9 @@
+2000-03-08  H.J. Lu  <hjl@gnu.org>
+
+       * Makefile.am (install-exec-local): Depend on
+       install-binPROGRAMS for parallel make.
+       * Makefile.in: Regenerated.
+
 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
 
        From Brad Lucier <lucier@math.purdue.edu>:
index 37bd6b73a30e33ee7d693c8a4ac6e202b611f533..f98438eb04422eaa8dbf6b6721a0b4bca7794793 100644 (file)
@@ -336,7 +336,7 @@ CLEANFILES = dep.sed DEP DEP1
 
 .PHONY: install-exec-local
 
-install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
+install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
          if test -f $$p; then \
            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
index 3187f49633bd719b69405381cc9014524e65ce5f..b3d436049aa65ad97da279d909c096091c7d30fc 100644 (file)
@@ -1192,7 +1192,7 @@ mostlyclean-local:
 
 .PHONY: install-exec-local
 
-install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
+install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
          if test -f $$p; then \
            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
This page took 0.030444 seconds and 4 git commands to generate.