From 5319b84974fcb71504aed2d1b8285e9c0a4a4bb8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 25 Jun 2011 00:57:37 -0400 Subject: punt redundant libcrc32 The libcrc32.a is only used in one place: mkfs.ubifs. But this also uses libmtd.a, and the only file in libcrc32.a is also in libmtd.a. So libcrc32.a itself is completely redundant. Punt! Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- mkfs.ubifs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfs.ubifs') diff --git a/mkfs.ubifs/Makefile b/mkfs.ubifs/Makefile index 499f9e5..ba21a8c 100644 --- a/mkfs.ubifs/Makefile +++ b/mkfs.ubifs/Makefile @@ -7,7 +7,7 @@ ALL_SOURCES=*.[ch] hashtable/*.[ch] TARGETS = mkfs.ubifs LDLIBS_mkfs.ubifs = -lz -llzo2 -lm -luuid -L$(BUILDDIR)/../ubi-utils/ -lubi -LDLIBS_mkfs.ubifs += -L$(BUILDDIR)/../lib -lmtd -lcrc32 +LDLIBS_mkfs.ubifs += -L$(BUILDDIR)/../lib -lmtd LDLIBS_mkfs.ubifs += $(ZLIBLDFLAGS) $(LZOLDFLAGS) include ../common.mk -- cgit v1.2.3