Commit 8c108db2 by Andreas Schwab Committed by Andreas Schwab

Make-lang.in (install-gnatlib): Change to ada directory before running make…

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
parent 1cb8292f
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:
......
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