aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/patches/131-fix_lib_compile.patch
blob: 8c977c1774da335cf969ca5e57a213b93cfb6089 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -7,7 +7,7 @@ SUBDIRS =
 # CFLAGS += -Werror
 CPPFLAGS += -I../include
 LIBS = libmtd
-TARGETS = libmtd.a
+override TARGETS = libmtd.a
 
 include ../common.mk