Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82503 - trunk/libs/context/build
From: oliver.kowalke_at_[hidden]
Date: 2013-01-15 15:53:22


Author: olli
Date: 2013-01-15 15:53:21 EST (Tue, 15 Jan 2013)
New Revision: 82503
URL: http://svn.boost.org/trac/boost/changeset/82503

Log:
context: change input/output files for armasm

Text files modified:
   trunk/libs/context/build/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/context/build/Jamfile.v2
==============================================================================
--- trunk/libs/context/build/Jamfile.v2 (original)
+++ trunk/libs/context/build/Jamfile.v2 2013-01-15 15:53:21 EST (Tue, 15 Jan 2013)
@@ -70,7 +70,7 @@
 
 actions armasm
 {
- armasm "$(<)" "$(>)"
+ armasm "$(>)" "$(<)"
 }
 
 actions masm


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk