diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-29 10:12:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-29 10:12:49 +0000 |
commit | 69f8b5e8238659abddb2a7777eb33cbe6c5545d5 (patch) | |
tree | f8f9ec4a799dfd1f9bea775749b70650326aff50 /time/Makefile | |
parent | c91bace45b2dc39f5f00082aaf0b96361c4a9046 (diff) | |
download | glibc-69f8b5e8238659abddb2a7777eb33cbe6c5545d5.tar glibc-69f8b5e8238659abddb2a7777eb33cbe6c5545d5.tar.gz glibc-69f8b5e8238659abddb2a7777eb33cbe6c5545d5.tar.bz2 glibc-69f8b5e8238659abddb2a7777eb33cbe6c5545d5.zip |
Update.
* version.h (VERSION): Bump to 2.2.92.
* time/Makefile (tst-ftime_l-ENV): New variable.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile index 133c86fb55..532066b16d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -52,3 +52,4 @@ tst-getdate-ENV= DATEMSK=datemsk TZDIR=${common-objpfx}timezone/testdata test_time-ARGS= EST5EDT CST tst-strptime-ENV = LOCPATH=${common-objpfx}localedata +tst-ftime_l-ENV = LOCPATH=${common-objpfx}localedata |