mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:25:20 +02:00
4abcb03951
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23176 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
232 B
Diff
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
|
|
|