Commit 186db6a0 by Arnaud Charlet Committed by Arnaud Charlet

* gcc-interface/Makefile.in (s-oscons.ads): Adjust call to xoscons.

From-SVN: r192947
parent 100411f8
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> 2012-10-29 Pascal Obry <obry@adacore.com>
* xoscons.adb, Make-generated.in; The template used by xoscons is now * 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 . ...@@ -2610,7 +2610,7 @@ $(RTSDIR)/s-oscons.ads: ../stamp-gnatlib1-$(RTSDIR) s-oscons-tmplt.c gsocket.h .
(cd $(RTSDIR) ; \ (cd $(RTSDIR) ; \
$(OSCONS_CPP) ; \ $(OSCONS_CPP) ; \
$(OSCONS_EXTRACT) ; \ $(OSCONS_EXTRACT) ; \
../bldtools/oscons/xoscons) ../bldtools/oscons/xoscons s-oscons)
# Don't use semicolon separated shell commands that involve list expansions. # 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 # The semicolon triggers a call to DCL on VMS and DCL can't handle command
......
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