diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 07:27:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 07:27:15 +0000 |
commit | a15698cb7ee2b6a76830de251b418c58ffa91802 (patch) | |
tree | 06c9f68c662d6c04f5857f7b4cd7b69d0262ae5a /stdio-common | |
parent | 1fc469088e3c80f03d37b2e6464280799aec0041 (diff) | |
download | glibc-a15698cb7ee2b6a76830de251b418c58ffa91802.zip glibc-a15698cb7ee2b6a76830de251b418c58ffa91802.tar.gz glibc-a15698cb7ee2b6a76830de251b418c58ffa91802.tar.bz2 |
Update.
2003-01-27 Steven Munroe <sjmunroe@us.ibm.com>
* stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 78f742e..bfdef2b 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -86,6 +86,7 @@ CFLAGS-tst-printfsz.c = -Wno-format tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata +bug14-ENV = LOCPATH=$(common-objpfx)localedata ifneq (,$(filter %REENTRANT, $(defines))) CPPFLAGS += -D_IO_MTSAFE_IO |