X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2Fmtd-utils%2Fpatches%2F131-fix_lib_compile.patch;fp=tools%2Fmtd-utils%2Fpatches%2F131-fix_lib_compile.patch;h=8c977c1774da335cf969ca5e57a213b93cfb6089;hb=d9be75a3fc46a79bac86f395c165e58e1d857178;hp=fef133317718904f7d66f65f0f3e40681794b6bb;hpb=f265cbac9ee8ad0ddaa9502dce5a7e7f89732664;p=15.05%2Fopenwrt.git diff --git a/tools/mtd-utils/patches/131-fix_lib_compile.patch b/tools/mtd-utils/patches/131-fix_lib_compile.patch index fef1333177..8c977c1774 100644 --- a/tools/mtd-utils/patches/131-fix_lib_compile.patch +++ b/tools/mtd-utils/patches/131-fix_lib_compile.patch @@ -3,9 +3,9 @@ @@ -7,7 +7,7 @@ SUBDIRS = # CFLAGS += -Werror CPPFLAGS += -I../include - LIBS = libmtd libcrc32 --TARGETS = libmtd.a libcrc32.a -+override TARGETS = libmtd.a libcrc32.a + LIBS = libmtd +-TARGETS = libmtd.a ++override TARGETS = libmtd.a include ../common.mk