From 9f4f555273c27d336bef21760d22bd265e96bb63 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Sun, 20 Feb 2005 13:32:06 +0000 Subject: [PATCH] fixed library dependencies --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2