From: Robert Spalek Date: Sun, 20 Feb 2005 13:32:06 +0000 (+0000) Subject: fixed library dependencies X-Git-Tag: holmes-import~822 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9f4f555273c27d336bef21760d22bd265e96bb63;p=libucw.git fixed library dependencies --- diff --git a/lib/Makefile b/lib/Makefile index 66e5c91f..6d947089 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -53,7 +53,7 @@ include lib/regex/Makefile endif LIBUCW=obj/lib/libucw.$(LS) -LIBUCW_MOD_PATHS=$(addprefix obj/lib/,$(LIBUCW_MODS)) $(CUSTOM_LIB_MODULES) +LIBUCW_MOD_PATHS=$(addprefix obj/lib/,$(LIBUCW_MODS)) obj/lib/libucw.a: $(addsuffix .o,$(LIBUCW_MOD_PATHS)) obj/lib/libucw.so: $(addsuffix .oo,$(LIBUCW_MOD_PATHS))