mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 10:10:39 +08:00
Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb to force serialization.
* Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb to force serialization. From-SVN: r74039
This commit is contained in:
parent
4da2b96035
commit
51a30506f1
@ -1,3 +1,8 @@
|
||||
2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
|
||||
to force serialization.
|
||||
|
||||
2003-11-26 Thomas Quinot <quinot@act-europe.fr>
|
||||
|
||||
* g-socket.ads, g-socket.adb:
|
||||
|
@ -1037,7 +1037,7 @@ ada/nmake.adb : ada/sinfo.ads ada/nmake.adt ada/xnmake.adb
|
||||
$(CP) $^ ada/bldtools
|
||||
(cd ada/bldtools; gnatmake -q xnmake ; ./xnmake -b ../nmake.adb )
|
||||
|
||||
ada/nmake.ads : ada/sinfo.ads ada/nmake.adt ada/xnmake.adb
|
||||
ada/nmake.ads : ada/sinfo.ads ada/nmake.adt ada/xnmake.adb ada/nmake.adb
|
||||
-$(MKDIR) ada/bldtools
|
||||
$(CP) $^ ada/bldtools
|
||||
(cd ada/bldtools; gnatmake -q xnmake ; ./xnmake -s ../nmake.ads )
|
||||
|
Loading…
x
Reference in New Issue
Block a user