From: Martin Mares Date: Thu, 26 Jul 2007 10:11:30 +0000 (+0200) Subject: Shell utilities should link with libucw, not libsh. X-Git-Tag: holmes-import~506^2~19^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a135ce720bf94e6924fbd43b6b4623ab3a5edc2c;p=libucw.git Shell utilities should link with libucw, not libsh. --- diff --git a/lib/shell/Makefile b/lib/shell/Makefile index 6c91c93f..5d6d65e3 100644 --- a/lib/shell/Makefile +++ b/lib/shell/Makefile @@ -4,8 +4,8 @@ DIRS+=lib/shell PROGS+=$(o)/lib/shell/config $(o)/lib/shell/logger DATAFILES+=$(o)/lib/shell/libucw.sh -$(o)/lib/shell/config: $(o)/lib/shell/config.o $(LIBSH) -$(o)/lib/shell/logger: $(o)/lib/shell/logger.o $(LIBSH) +$(o)/lib/shell/config: $(o)/lib/shell/config.o $(LIBUCW) +$(o)/lib/shell/logger: $(o)/lib/shell/logger.o $(LIBUCW) TESTS+=$(addprefix $(o)/lib/shell/,config.test)