# HG changeset patch # User Volker Grabsch # Date 1244553091 -7200 # Node ID 4f0d403054b0238716644fac436d96c9c14942f6 # Parent 8ab59fc935ef4a0e8db707ff91eef649d42857fd bugfix: use "$(SED)" instead of "sed" diff -r 8ab59fc935ef -r 4f0d403054b0 src/libusb.mk --- 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