(correct version)
2009-04-06 Laurent GUERBY <laurent@guerby.net> * Makefile.in (ADA_RTS_DIR): Define. * Makefile.in (gnatlib-*): Link adainclude and adalib to it. From-SVN: r145673
This commit is contained in:
parent
c800f86287
commit
5c00e6a06a
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,8 @@ gnatlib-plain: oscons $(GCC_DIR)/ada/Makefile
|
|||
test -f stamp-libada || \
|
||||
$(MAKE) -C $(GCC_DIR)/ada $(LIBADA_FLAGS_TO_PASS) gnatlib \
|
||||
&& touch stamp-libada
|
||||
-rm -rf adainclude
|
||||
-rm -rf adalib
|
||||
$(LN_S) $(ADA_RTS_DIR) adainclude
|
||||
$(LN_S) $(ADA_RTS_DIR) adalib
|
||||
|
||||
|
@ -105,6 +107,8 @@ gnatlib-sjlj gnatlib-zcx gnatlib-shared: oscons $(GCC_DIR)/ada/Makefile
|
|||
test -f stamp-libada || \
|
||||
$(MAKE) -C $(GCC_DIR)/ada $(LIBADA_FLAGS_TO_PASS) $@ \
|
||||
&& touch stamp-libada
|
||||
-rm -rf adainclude
|
||||
-rm -rf adalib
|
||||
$(LN_S) $(ADA_RTS_DIR) adainclude
|
||||
$(LN_S) $(ADA_RTS_DIR) adalib
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue