]> mj.ucw.cz Git - libucw.git/commitdiff
Declare variables for library names in the top-level Makefile to avoid
authorMartin Mares <mj@ucw.cz>
Mon, 16 Feb 2004 16:07:11 +0000 (16:07 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 16 Feb 2004 16:07:11 +0000 (16:07 +0000)
forward references.

charset/Makefile

index 4d8275ae1a134a06272d9e7482cb839e48c8a0fc..dbd352f7b916ca4275ed32a076a03cb56b9b61d5 100644 (file)
@@ -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)))