* gcc-interface/Makefile.in (s-oscons.ads): Adjust call to xoscons.
From-SVN: r192947
This commit is contained in:
parent
100411f860
commit
186db6a0f1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-10-29 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
* gcc-interface/Makefile.in (s-oscons.ads): Adjust call to xoscons.
|
||||
|
||||
2012-10-29 Pascal Obry <obry@adacore.com>
|
||||
|
||||
* xoscons.adb, Make-generated.in; The template used by xoscons is now
|
||||
|
|
|
@ -2610,7 +2610,7 @@ $(RTSDIR)/s-oscons.ads: ../stamp-gnatlib1-$(RTSDIR) s-oscons-tmplt.c gsocket.h .
|
|||
(cd $(RTSDIR) ; \
|
||||
$(OSCONS_CPP) ; \
|
||||
$(OSCONS_EXTRACT) ; \
|
||||
../bldtools/oscons/xoscons)
|
||||
../bldtools/oscons/xoscons s-oscons)
|
||||
|
||||
# Don't use semicolon separated shell commands that involve list expansions.
|
||||
# The semicolon triggers a call to DCL on VMS and DCL can't handle command
|
||||
|
|
Loading…
Add table
Reference in a new issue