]> granicus.if.org Git - mutt/commitdiff
s/make/$(MAKE)/
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 7 Oct 1998 15:36:25 +0000 (15:36 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 7 Oct 1998 15:36:25 +0000 (15:36 +0000)
charsets/Makefile.in

index 03999b2171c930d42336340a00746b883293d2e0..50f77b50fcd84409177a25880e30391c9276e0a9 100644 (file)
@@ -39,7 +39,7 @@ parse_i18n: parse_i18n.o $(LIBOBJS)
        $(CC) -o parse_i18n parse_i18n.o $(LIBOBJS)
 
 strcasecmp.o:
-       make -C .. strcasecmp.o
+       $(MAKE) -C .. strcasecmp.o
        cp ../strcasecmp.o ./
 
 clean: