From 47a77aebc23835af168f69c97beef6a0df1348fa Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 25 Aug 2007 12:19:50 +0200 Subject: [PATCH] LIBUCW needs to be declared early, because it is used by sub-Makefiles. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 814ec251..a3343075 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -2,6 +2,7 @@ DIRS+=lib CONFIGS+=library +LIBUCW=$(o)/lib/libucw.pc ifdef CONFIG_UCW_DBTOOL PROGS+=$(o)/lib/db-tool @@ -78,7 +79,6 @@ endif include $(s)/lib/sorter/Makefile -LIBUCW=$(o)/lib/libucw.pc LIBUCW_MOD_PATHS=$(addprefix $(o)/lib/,$(LIBUCW_MODS)) $(o)/lib/libucw.a: $(addsuffix .o,$(LIBUCW_MOD_PATHS)) -- 2.39.2