diff src/sdl_mixer.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 7b15d99ad223
children b2c614121e01
line wrap: on
line diff
--- a/src/sdl_mixer.mk	Tue Feb 16 04:07:12 2010 +0100
+++ b/src/sdl_mixer.mk	Tue Feb 16 04:12:53 2010 +0100
@@ -20,13 +20,13 @@
 endef
 
 define $(PKG)_BUILD
-    $(SED) 's,^\(Requires:.*\),\1 vorbisfile,' -i '$(1)/SDL_mixer.pc.in'
+    $(SED) -i 's,^\(Requires:.*\),\1 vorbisfile,' '$(1)/SDL_mixer.pc.in'
     echo \
         'Libs.private:' \
         "`$(PREFIX)/$(TARGET)/bin/libmikmod-config --libs`" \
         "`$(PREFIX)/$(TARGET)/bin/smpeg-config     --libs`" \
         >> '$(1)/SDL_mixer.pc.in'
-    $(SED) 's,for path in /usr/local; do,for path in; do,' -i '$(1)/configure'
+    $(SED) -i 's,for path in /usr/local; do,for path in; do,' '$(1)/configure'
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \