Skip to content
Snippets Groups Projects
Commit 65aa315e authored by Thomas Quinot's avatar Thomas Quinot Committed by Arnaud Charlet
Browse files

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
No related branches found
No related tags found
No related merge requests found
2008-08-06 Thomas Quinot <quinot@adacore.com>
* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
2008-08-05 Thomas Quinot <quinot@adacore.com> 2008-08-05 Thomas Quinot <quinot@adacore.com>
* Makefile.in (gnatlib*): Now depend on oscons target. * Makefile.in (gnatlib*): Now depend on oscons target.
......
...@@ -94,7 +94,7 @@ gnatlib-sjlj gnatlib-zcx gnatlib-shared: oscons $(GCC_DIR)/ada/Makefile ...@@ -94,7 +94,7 @@ gnatlib-sjlj gnatlib-zcx gnatlib-shared: oscons $(GCC_DIR)/ada/Makefile
&& touch stamp-libada && touch stamp-libada
oscons: 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 uninstalled version.
check: check:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment