diff src/pdcurses.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 29f1ba4559ae
children dd28c487a6b1
line wrap: on
line diff
--- a/src/pdcurses.mk	Tue Feb 16 04:07:12 2010 +0100
+++ b/src/pdcurses.mk	Tue Feb 16 04:12:53 2010 +0100
@@ -19,7 +19,7 @@
 endef
 
 define $(PKG)_BUILD
-    $(SED) 's,copy,cp,' -i '$(1)/win32/mingwin32.mak'
+    $(SED) -i 's,copy,cp,' '$(1)/win32/mingwin32.mak'
     $(MAKE) -C '$(1)' -j '$(JOBS)' libs -f '$(1)/win32/mingwin32.mak' \
         CC='$(TARGET)-gcc' \
         LIBEXE='$(TARGET)-ar' \