diff options
author | John Stanley <jpsinthemix@verizon.net> | 2011-09-08 22:57:23 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 22:57:23 -0400 |
commit | b0727fd83f0f27c73f4c664feb6891acc328d160 (patch) | |
tree | 63d0bc9c2033356aec38305aaff0791b631a3da0 /posix | |
parent | a0f33f996f7986dbf37631a4577f8565b42df29e (diff) | |
download | glibc-b0727fd83f0f27c73f4c664feb6891acc328d160.zip glibc-b0727fd83f0f27c73f4c664feb6891acc328d160.tar.gz glibc-b0727fd83f0f27c73f4c664feb6891acc328d160.tar.bz2 |
Add missing definition of LOCPATH for bug-regex32 run
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index 499d53d..b200342 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -208,6 +208,7 @@ bug-regex23-ENV = LOCPATH=$(common-objpfx)localedata bug-regex25-ENV = LOCPATH=$(common-objpfx)localedata bug-regex26-ENV = LOCPATH=$(common-objpfx)localedata bug-regex30-ENV = LOCPATH=$(common-objpfx)localedata +bug-regex32-ENV = LOCPATH=$(common-objpfx)localedata tst-rxspencer-ARGS = --utf8 rxspencer/tests tst-rxspencer-ENV = LOCPATH=$(common-objpfx)localedata tst-pcre-ARGS = PCRE.tests |