OSDN Git Service

* Makefile.in (gnattools): Depend on gnatlib.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2004 23:14:58 +0000 (23:14 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2004 23:14:58 +0000 (23:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77621 138bc75d-0d04-0410-961f-82ee72b054a4

libada/ChangeLog
libada/Makefile.in

index 3a632f6..5787237 100644 (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
index 4300765..e1565e7 100644 (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.