mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 06:56:46 +08:00
Make-lang.in (install-gnatlib): Change to ada directory before running make instead of using ada/Makefile directly.
* Make-lang.in (install-gnatlib): Change to ada directory before running make instead of using ada/Makefile directly. From-SVN: r63582
This commit is contained in:
parent
1cb8292f2e
commit
8c108db21b
@ -1,3 +1,8 @@
|
||||
2003-02-28 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Make-lang.in (install-gnatlib): Change to ada directory before
|
||||
running make instead of using ada/Makefile directly.
|
||||
|
||||
2003-02-18 Ben Elliston <bje@redhat.com>
|
||||
|
||||
Part of fix for PR ada/9406
|
||||
|
@ -695,7 +695,7 @@ ada.install-common:
|
||||
fi
|
||||
|
||||
install-gnatlib:
|
||||
$(MAKE) -f ada/Makefile $(FLAGS_TO_PASS) $(ADA_FLAGS_TO_PASS) install-gnatlib
|
||||
cd ada && $(MAKE) $(FLAGS_TO_PASS) $(ADA_FLAGS_TO_PASS) install-gnatlib
|
||||
|
||||
ada.install-info:
|
||||
ada.install-man:
|
||||
|
Loading…
Reference in New Issue
Block a user