summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8070e51..bd71faa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -393,8 +393,8 @@ else
test/.%.ok : test/%.test
endif
@echo "[$(<F)]"
- @LANG=C; \
- export LANG ; \
+ @LANG=C; LC_ALL=C; \
+ export LANG LC_ALL; \
$(CHECK_ENV); \
cd $(@D); \
./run $(<F)