From b064aea583d8b5ba5a8f4c43ece577eb53ddbcec Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 10 Jul 2004 20:43:22 +0000 Subject: [PATCH] Many programs now don't need to link with libcharset. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2