]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - Makefile.in
nl_{AW,NL}: Correct the thousands separator and grouping (bug 23831).
[thirdparty/glibc.git] / Makefile.in
index d8424ee432620a36ad1566ccac0b361976ee766b..3fe9e736458f816bb46956f4bc7192c351fa1d2e 100644 (file)
@@ -9,10 +9,10 @@ all .DEFAULT:
        $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
 
 install:
-       LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
+       LC_ALL=C; export LC_ALL; \
        $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
 
-bench:
+bench bench-clean bench-build:
        $(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
 
 # Convenience target to rebuild ULPs for all math tests.