1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/tools/mtd-utils/patches/131-fix_lib_compile.patch
Jo-Philipp Wich f70671c153 tools/mtd-utils: fix compilation on OS X
SVN-Revision: 23176
2010-10-02 10:18:34 +00:00

12 lines
232 B
Diff

--- 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