From: Martin Mares Date: Sat, 10 Jul 2004 20:43:22 +0000 (+0000) Subject: Many programs now don't need to link with libcharset. X-Git-Tag: holmes-import~951 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b064aea583d8b5ba5a8f4c43ece577eb53ddbcec;p=libucw.git Many programs now don't need to link with libcharset. --- diff --git a/lib/Makefile b/lib/Makefile index d46c02e1..3c227d43 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -27,7 +27,7 @@ obj/lib/hashfunc.o obj/lib/hashfunc.oo: CFLAGS += -funroll-loops obj/lib/db-test: obj/lib/db-test.o $(LIBSH) obj/lib/db-tool: obj/lib/db-tool.o $(LIBSH) -obj/lib/buckettool: obj/lib/buckettool.o $(LIBSH) $(LIBCHARSET) +obj/lib/buckettool: obj/lib/buckettool.o $(LIBSH) obj/lib/conf-test: obj/lib/conf-test.o $(LIBSH) obj/lib/sort-test: obj/lib/sort-test.o $(LIBSH) obj/lib/lfs-test: obj/lib/lfs-test.o $(LIBSH)