tools/mtd-utils: fix compilation on OS X

SVN-Revision: 23176
This commit is contained in:
Jo-Philipp Wich 2010-10-02 10:18:34 +00:00
parent cb4c39b55d
commit f70671c153
1 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
--- a/Makefile
+++ b/Makefile
@@ -68,8 +68,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} ${SCRIPTS}
mkdir -p ${DESTDIR}/${SBINDIR}
install -m 0755 ${TARGETS} ${SCRIPTS} ${DESTDIR}/${SBINDIR}/