2000-03-08 H.J. Lu <hjl@gnu.org>

* Makefile.am (install-exec-local): Depend on
	install-binPROGRAMS for parallel make.
	* Makefile.in: Regenerated.
This commit is contained in:
H.J. Lu 2000-03-09 03:13:21 +00:00
parent 4cc2418890
commit 9c28aef393
3 changed files with 8 additions and 2 deletions

View 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>:

View 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)/'`"; \

View 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)/'`"; \