aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-03-09 03:14:44 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-03-09 03:14:44 +0000
commitf8c827e9401eb66e209cbc856a330acc6c99d342 (patch)
treebdc30ea6d539c00839c5d135e8a532ae52642b44 /gas/Makefile.in
parent9c28aef3931ac8c39b84ec1b9930d998e79cbf99 (diff)
downloadgdb-f8c827e9401eb66e209cbc856a330acc6c99d342.zip
gdb-f8c827e9401eb66e209cbc856a330acc6c99d342.tar.gz
gdb-f8c827e9401eb66e209cbc856a330acc6c99d342.tar.bz2
2000-03-08 H.J. Lu (hjl@gnu.org)
* Makefile.am (install-exec-tooldir): Depend on install-exec-bindir for parallel make. * Makefile.in: Regenerated.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 07b2eee..3bcb551 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -2209,7 +2209,7 @@ install-exec-bindir: $(noinst_PROGRAMS)
else :; fi; \
done
-install-exec-tooldir: $(noinst_PROGRAMS)
+install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
$(mkinstalldirs) $(tooldir)/bin
n=`echo as | sed '$(transform)'`; \
if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \