diff src/cairo.mk @ 759:bf4bcb3370fa

changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 16 Feb 2010 04:12:53 +0100
parents 0dc1c1dadcd3
children 57d8eeb68a05
line wrap: on
line diff
--- a/src/cairo.mk	Tue Feb 16 04:07:12 2010 +0100
+++ b/src/cairo.mk	Tue Feb 16 04:12:53 2010 +0100
@@ -20,8 +20,8 @@
 endef
 
 define $(PKG)_BUILD
-    $(SED) 's,libpng12,libpng,g'                          -i '$(1)/configure'
-    $(SED) 's,^\(Libs:.*\),\1 @CAIRO_NONPKGCONFIG_LIBS@,' -i '$(1)/src/cairo.pc.in'
+    $(SED) -i 's,libpng12,libpng,g'                          '$(1)/configure'
+    $(SED) -i 's,^\(Libs:.*\),\1 @CAIRO_NONPKGCONFIG_LIBS@,' '$(1)/src/cairo.pc.in'
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \