Commit 5ac21013 by Geert Bosch Committed by Geert Bosch

Makefile.in (update-sources): New target.

	* Makefile.in (update-sources): New target.
	For use by gcc_release script.

From-SVN: r47625
parent 7dd5bd5e
2001-12-04 Geert Bosch <bosch@gnat.com>
* Makefile.in (update-sources): New target.
For use by gcc_release script.
2001-12-04 Ed Schonberg <schonber@gnat.com>
* sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
......
......@@ -2435,6 +2435,9 @@ nmake.ads : sinfo.ads nmake.adt xnmake.adb
$(CP) $^ bldtools
(cd bldtools; gnatmake -q xnmake ; ./xnmake -s ../nmake.ads )
update-sources : treeprs.ads einfo.h sinfo.h nmake.adb nmake.ads
$(CP) $^ $(srcdir)
ADA_INCLUDE_DIR = $(libsubdir)/adainclude
ADA_RTL_OBJ_DIR = $(libsubdir)/adalib
......
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