summaryrefslogtreecommitdiffstats
path: root/utils/MTP/beastpatcher
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2009-12-04 02:54:27 +0000
committerRobert Menes <rmenes@rockbox.org>2009-12-04 02:54:27 +0000
commit9096114bd3a2d83af1a4ae9e40443fd9fe020652 (patch)
tree8a70a8966b39241b242aeb59d50fc1b79849125c /utils/MTP/beastpatcher
parent29d20d806838ca3a3691f723bdb0eaeefb480c5d (diff)
downloadrockbox-9096114bd3a2d83af1a4ae9e40443fd9fe020652.tar.gz
rockbox-9096114bd3a2d83af1a4ae9e40443fd9fe020652.zip
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
Diffstat (limited to 'utils/MTP/beastpatcher')
-rw-r--r--utils/MTP/beastpatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <libmtp.h>\nlibmtp version: LIBMTP_VERSION\n' | \
gcc -E -P - -o - | grep -q '^libmtp version: 0\.2' && echo '-DOLDMTP')