* Makefile.in (gnattools): Depend on gnatlib.
From-SVN: r77621
This commit is contained in:
parent
52bac94926
commit
cf81c88e37
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user