From: Martin Mares Date: Mon, 16 Feb 2004 16:07:11 +0000 (+0000) Subject: Declare variables for library names in the top-level Makefile to avoid X-Git-Tag: holmes-import~1117 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4ca836182b50a84e7af4bf8237864fdc521520a1;p=libucw.git Declare variables for library names in the top-level Makefile to avoid forward references. --- diff --git a/charset/Makefile b/charset/Makefile index 4d8275ae..dbd352f7 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -4,7 +4,6 @@ DIRS+=charset LIBCHARSET_MODS=toupper tolower tocat toligatures utf8 unaccent strlen debug \ charconv setnames unistream fb-charconv -LIBCHARSET=obj/charset/libcharset.$(LS) obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS))) obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))