summaryrefslogtreecommitdiffstats
path: root/src/gd.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/gd.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/gd.mk')
-rw-r--r--src/gd.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gd.mk b/src/gd.mk
index a6bbc95..1151077 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -23,8 +23,8 @@ define $(PKG)_BUILD
touch '$(1)/aclocal.m4'
touch '$(1)/config.hin'
touch '$(1)/Makefile.in'
- $(SED) 's,-I@includedir@,-I@includedir@ -DNONDLL,' -i '$(1)/config/gdlib-config.in'
- $(SED) 's,-lX11 ,,g' -i '$(1)/configure'
+ $(SED) -i 's,-I@includedir@,-I@includedir@ -DNONDLL,' '$(1)/config/gdlib-config.in'
+ $(SED) -i 's,-lX11 ,,g' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \