Commit 51a30506 by Ulrich Weigand Committed by Ulrich Weigand

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
parent 4da2b960
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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment