]> granicus.if.org Git - neomutt/commitdiff
UnixWare needs our own version of strcasecmp/strncasecmp.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 7 Oct 1998 15:35:38 +0000 (15:35 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 7 Oct 1998 15:35:38 +0000 (15:35 +0000)
charsets/Makefile.in

index 409e802857a328ddaa8b728e5d383225d42625f4..03999b2171c930d42336340a00746b883293d2e0 100644 (file)
@@ -26,6 +26,7 @@ top_srcdir=@top_srcdir@
 VPATH=@srcdir@
 @SET_MAKE@
 INSTALL=@INSTALL@
+LIBOBJS=@LIBOBJS@
 
 subdir=charsets
 distdir=@distdir@
@@ -34,8 +35,12 @@ DISTFILES = parse_i18n.c Makefile.in charsets.list charsets.alias gen_charsets
 
 all: charsets.list
 
-parse_i18n: parse_i18n.o
-       $(CC) -o parse_i18n parse_i18n.o
+parse_i18n: parse_i18n.o $(LIBOBJS)
+       $(CC) -o parse_i18n parse_i18n.o $(LIBOBJS)
+
+strcasecmp.o:
+       make -C .. strcasecmp.o
+       cp ../strcasecmp.o ./
 
 clean:
        -rm -f *.o *~ core parse_i18n