changeset 368:4f0d403054b0

bugfix: use "$(SED)" instead of "sed"
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 09 Jun 2009 15:11:31 +0200
parents 8ab59fc935ef
children 966db1742377
files src/libusb.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libusb.mk	Sun Jun 07 15:48:56 2009 +0200
+++ b/src/libusb.mk	Tue Jun 09 15:11:31 2009 +0200
@@ -18,7 +18,7 @@
 
 define $(PKG)_BUILD
     # convert DOS line endings
-    sed 's,\r$$,,' -i '$(1)/Makefile'
+    $(SED) 's,\r$$,,' -i '$(1)/Makefile'
 
     # don't actually build the library (DLL file),
     # just create the DLL import stubs