diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-24 22:19:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-24 22:19:16 +0000 |
commit | 98d3e9934d313915e164a0ddb4fa36250c9f89c7 (patch) | |
tree | 7ab89d0392fa70b7d3119eeb534d8982b96bc9cb /stdlib/Makefile | |
parent | dc5fd90772df0a138e25e0af7d3c51ad02a3e940 (diff) | |
download | glibc-98d3e9934d313915e164a0ddb4fa36250c9f89c7.tar.gz glibc-98d3e9934d313915e164a0ddb4fa36250c9f89c7.tar.xz glibc-98d3e9934d313915e164a0ddb4fa36250c9f89c7.zip |
Update.
* stdlib/Makefile (tst-strtod-ENV): New variable.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 1ea8f196a0..df3b09e819 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -131,6 +131,8 @@ endif # Testdir has to be named stdlib and needs to be writable test-canon-ARGS = --test-dir=${common-objpfx}stdlib +tst-strtod-ENV = LOCPATH=$(common-objpfx)localedata + # Run a test on the header files we use. tests: $(objpfx)isomac.out $(objpfx)tst-fmtmsg.out |