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

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

From-SVN: r47625
This commit is contained in:
Geert Bosch 2001-12-04 22:10:34 +01:00 committed by Geert Bosch
parent 7dd5bd5e53
commit 5ac21013f7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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