fef133317718904f7d66f65f0f3e40681794b6bb
[openwrt/svn-archive/archive.git] / tools / mtd-utils / patches / 131-fix_lib_compile.patch
1 --- a/lib/Makefile
2 +++ b/lib/Makefile
3 @@ -7,7 +7,7 @@ SUBDIRS =
4 # CFLAGS += -Werror
5 CPPFLAGS += -I../include
6 LIBS = libmtd libcrc32
7 -TARGETS = libmtd.a libcrc32.a
8 +override TARGETS = libmtd.a libcrc32.a
9
10 include ../common.mk
11