From f3947b9c66652892f28054cb56b4eaff2da857c9 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 9 Jun 2009 15:11:31 +0200 Subject: bugfix: use "$(SED)" instead of "sed" --- src/libusb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libusb.mk b/src/libusb.mk index a566ab8..0e1a524 100644 --- a/src/libusb.mk +++ b/src/libusb.mk @@ -18,7 +18,7 @@ endef 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 -- cgit v0.12