aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-03-09 03:13:21 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-03-09 03:13:21 +0000
commit9c28aef3931ac8c39b84ec1b9930d998e79cbf99 (patch)
treeb2fed4985e29d4e6d03033e0fd2738013cb03848 /binutils/Makefile.in
parent4cc24188905500812f6951ff67f1799c57c7c858 (diff)
downloadgdb-9c28aef3931ac8c39b84ec1b9930d998e79cbf99.zip
gdb-9c28aef3931ac8c39b84ec1b9930d998e79cbf99.tar.gz
gdb-9c28aef3931ac8c39b84ec1b9930d998e79cbf99.tar.bz2
2000-03-08 H.J. Lu <hjl@gnu.org>
* Makefile.am (install-exec-local): Depend on install-binPROGRAMS for parallel make. * Makefile.in: Regenerated.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 3187f49..b3d4360 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)/'`"; \