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.
This commit is contained in:
H.J. Lu 2000-03-09 03:14:44 +00:00
parent 9c28aef393
commit f8c827e940
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-tooldir): Depend on
install-exec-bindir for parallel make.
* Makefile.in: Regenerated.
2000-03-06 Nick Clifton <nickc@cygnus.com>
* config/tc-m32r.c (struct md_longopts): Add -m32r command line

View File

@ -606,7 +606,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 \

View File

@ -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 \