From: Martin Mares Date: Sat, 25 Aug 2007 10:19:50 +0000 (+0200) Subject: LIBUCW needs to be declared early, because it is used by sub-Makefiles. X-Git-Tag: holmes-import~506^2~13^2~90 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=47a77aebc23835af168f69c97beef6a0df1348fa;p=libucw.git LIBUCW needs to be declared early, because it is used by sub-Makefiles. --- 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))