summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
15endif 15endif
16 16
17ifneq ($(findstring MINGW,$(shell uname)),MINGW) 17ifneq ($(findstring MINGW,$(shell uname)),MINGW)
18LIBS = /usr/local/lib/libmtp.a /usr/local/lib/libusb.a 18LIBS = /usr/lib/libmtp.a /usr/lib/libusb.a
19CFLAGS += $(shell printf \ 19CFLAGS += $(shell printf \
20 '\#include <libmtp.h>\nlibmtp version: LIBMTP_VERSION\n' | \ 20 '\#include <libmtp.h>\nlibmtp version: LIBMTP_VERSION\n' | \
21 gcc -E -P - -o - | grep -q '^libmtp version: 0\.2' && echo '-DOLDMTP') 21 gcc -E -P - -o - | grep -q '^libmtp version: 0\.2' && echo '-DOLDMTP')