summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-05-02 22:44:50 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-05-02 22:44:50 +0300
commitdbf433225c77df0301fd3d24e199b12f88f1f60a (patch)
tree0906b35b88de5d87ead5aeea8447362050ac656d /pc
parentf876eae297cf4ce7f6605d021bc61d1ae8c5f4e9 (diff)
downloadgawk-dbf433225c77df0301fd3d24e199b12f88f1f60a.tar.gz
Sync pc/Makefile.tst with mainline.
Diffstat (limited to 'pc')
-rw-r--r--pc/ChangeLog4
-rw-r--r--pc/Makefile.tst2
2 files changed, 5 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index cd8a6db9..49e907c6 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-02 Scott Deifik <scottd.mail@sbcglobal.net>
+
+ * Makefile.tst: Sync with mainline.
+
2013-04-29 Eli Zaretskii <eliz@gnu.org>
* Makefile.tst (mpfr-tests, shlib-tests, rsnulbig, rsnulbig2):
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 78ad5ad1..f7bfa7c8 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -845,7 +845,7 @@ posix2008sub:
next:
@echo $@
- @-AWK="$(AWKPROG)" $(srcdir)/$@.sh > _$@ 2>&1
+ @-$(LOCALES) AWK="$(AWKPROG)" $(srcdir)/$@.sh > _$@ 2>&1
@-LC_ALL=C $(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
exit: