From 9096114bd3a2d83af1a4ae9e40443fd9fe020652 Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Fri, 4 Dec 2009 02:54:27 +0000 Subject: Revert an accidental commit that I didn't want to go in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657 --- utils/MTP/beastpatcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/MTP/beastpatcher/Makefile b/utils/MTP/beastpatcher/Makefile index dea38c81f9..d02f83481d 100644 --- a/utils/MTP/beastpatcher/Makefile +++ b/utils/MTP/beastpatcher/Makefile @@ -15,7 +15,7 @@ endif endif ifneq ($(findstring MINGW,$(shell uname)),MINGW) -LIBS = /usr/local/lib/libmtp.a /usr/local/lib/libusb.a +LIBS = /usr/lib/libmtp.a /usr/lib/libusb.a CFLAGS += $(shell printf \ '\#include \nlibmtp version: LIBMTP_VERSION\n' | \ gcc -E -P - -o - | grep -q '^libmtp version: 0\.2' && echo '-DOLDMTP') -- cgit v1.2.3