]> mj.ucw.cz Git - libucw.git/blobdiff - lib/shell/Makefile
Redefined RadixThreshold to bound the array size instead of the number
[libucw.git] / lib / shell / Makefile
index 753265819a3d7561c789a8e751733afc8c0507cc..5d6d65e338376d52ecff7e4c1f7dc1c172577fd8 100644 (file)
@@ -4,7 +4,9 @@ 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)
+
+$(o)/lib/shell/config.test: $(o)/lib/shell/config