1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 00:17:43 +03:00
openwrt-xburst/tools/mtd-utils/patches/131-fix_lib_compile.patch

12 lines
232 B
Diff
Raw Normal View History

--- a/lib/Makefile
+++ b/lib/Makefile
@@ -7,7 +7,7 @@ SUBDIRS =
# CFLAGS += -Werror
CPPFLAGS += -I../include
LIBS = libmtd libcrc32
-TARGETS = libmtd.a libcrc32.a
+override TARGETS = libmtd.a libcrc32.a
include ../common.mk