Commit 65aa315e by Thomas Quinot Committed by Arnaud Charlet

Makefile.in: Now generate s-oscons-$(THREAD_KIND).

2008-08-06  Thomas Quinot  <quinot@adacore.com>

	* Makefile.in: Now generate s-oscons-$(THREAD_KIND).

From-SVN: r138789
parent e93d146b
2008-08-06 Thomas Quinot <quinot@adacore.com>
* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
2008-08-05 Thomas Quinot <quinot@adacore.com>
* Makefile.in (gnatlib*): Now depend on oscons target.
......
......@@ -94,7 +94,7 @@ gnatlib-sjlj gnatlib-zcx gnatlib-shared: oscons $(GCC_DIR)/ada/Makefile
&& touch stamp-libada
oscons:
$(MAKE) -C $(GCC_DIR) THREAD_KIND="$(THREAD_KIND)" ada/s-oscons.ads
$(MAKE) -C $(GCC_DIR) THREAD_KIND="$(THREAD_KIND)" ada/s-oscons-$(THREAD_KIND).ads
# Check uninstalled version.
check:
......
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