diff src/sdl_pango.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 cfc07e8ad038
line wrap: on
line diff
--- a/src/sdl_pango.mk	Tue Feb 16 04:07:12 2010 +0100
+++ b/src/sdl_pango.mk	Tue Feb 16 04:12:53 2010 +0100
@@ -19,7 +19,7 @@
 endef
 
 define $(PKG)_BUILD
-    $(SED) 's,^\(Requires:.*\),\1 pangoft2,' -i '$(1)/SDL_Pango.pc.in'
+    $(SED) -i 's,^\(Requires:.*\),\1 pangoft2,' '$(1)/SDL_Pango.pc.in'
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \