summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-16 03:12:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-16 03:12:53 (GMT)
commite1ab4466ff074344814fdb36c8c9d7acf08b2000 (patch)
tree1e2ad25cbda6d1c48f9e0586a93e2b92c0f27246 /src/boost.mk
parent18316ec7d018eb15683c7a8b316351d83b3a1495 (diff)
downloadmxe-e1ab4466ff074344814fdb36c8c9d7acf08b2000.zip
mxe-e1ab4466ff074344814fdb36c8c9d7acf08b2000.tar.gz
mxe-e1ab4466ff074344814fdb36c8c9d7acf08b2000.tar.bz2
changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 317c398..ca105ea 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -22,7 +22,7 @@ endef
define $(PKG)_BUILD
echo 'using gcc : : $(TARGET)-g++ : ;' > '$(1)/user-config.jam'
# make the build script generate .a library files instead of .lib
- $(SED) 's,<target-os>windows : lib ;,<target-os>windows : a ;,' -i '$(1)/tools/build/v2/tools/types/lib.jam'
+ $(SED) -i 's,<target-os>windows : lib ;,<target-os>windows : a ;,' '$(1)/tools/build/v2/tools/types/lib.jam'
# compile boost jam
cd '$(1)/tools/jam/src' && ./build.sh
cd '$(1)' && tools/jam/src/bin.*/bjam \