* Makefile.in (gnattools): Depend on gnatlib.

From-SVN: r77621
This commit is contained in:
Ulrich Weigand 2004-02-10 23:14:58 +00:00 committed by Ulrich Weigand
parent 52bac94926
commit cf81c88e37
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
* Makefile.in (gnattools): Depend on gnatlib.
2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
PR ada/6637, PR ada/5911

View File

@ -47,7 +47,7 @@ gnatlib:
$(MAKE) -C ../../gcc $(FLAGS_TO_PASS) $(GNATLIB)
# Rules to build gnattools.
gnattools:
gnattools: gnatlib
$(MAKE) -C ../../gcc $(FLAGS_TO_PASS) $(GNATTOOLS)
# Check uninstalled version.