From: H.J. Lu Date: Thu, 9 Mar 2000 03:13:21 +0000 (+0000) Subject: 2000-03-08 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c28aef3931ac8c39b84ec1b9930d998e79cbf99;p=binutils-gdb.git 2000-03-08 H.J. Lu * Makefile.am (install-exec-local): Depend on install-binPROGRAMS for parallel make. * Makefile.in: Regenerated. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5771febfea3..feee80d2a2b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2000-03-08 H.J. Lu + + * Makefile.am (install-exec-local): Depend on + install-binPROGRAMS for parallel make. + * Makefile.in: Regenerated. + 2000-02-27 Ian Lance Taylor From Brad Lucier : diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 37bd6b73a30..f98438eb044 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -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)/'`"; \ diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 3187f49633b..b3d436049aa 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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)/'`"; \