X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2FMakefile;h=b944a79f1dbd79afe9740fc8e11427a607f991ff;hb=5d26aed3953fe00d6d394f9767b4a029406eeeea;hp=4d8275ae1a134a06272d9e7482cb839e48c8a0fc;hpb=d4ca756bdb4bb689a21cf6fe2b5f99a23aedb055;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 4d8275ae..b944a79f 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -2,9 +2,7 @@ DIRS+=charset -LIBCHARSET_MODS=toupper tolower tocat toligatures utf8 unaccent strlen debug \ - charconv setnames unistream fb-charconv -LIBCHARSET=obj/charset/libcharset.$(LS) +LIBCHARSET_MODS=toupper tolower tocat toligatures unaccent charconv setnames fb-charconv obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS))) obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))