ar71xx: override wmac device name for the AR934x SoCs
[openwrt.git] / tools / mtd-utils / patches / 131-fix_lib_compile.patch
index 288e0d4..fef1333 100644 (file)
@@ -1,11 +1,11 @@
---- a/Makefile
-+++ b/Makefile
-@@ -67,8 +67,6 @@ $(BUILDDIR)/jffs2reader: $(BUILDDIR)/jff
- LDFLAGS_jffs2reader = $(ZLIBLDFLAGS) $(LZOLDFLAGS)
- LDLIBS_jffs2reader  = -lz -llzo2
+--- 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
  
--$(BUILDDIR)/lib/libmtd.a: subdirs_lib_all ;
--
- install:: ${TARGETS}
-       mkdir -p ${DESTDIR}/${SBINDIR}
-       install -m 0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/
This page took 0.019452 seconds and 4 git commands to generate.