diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-18 09:43:36 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-18 09:43:36 +0000 |
commit | 9d07cf73e8ccecb9c3b013bf2c294fcbd57a2708 (patch) | |
tree | e2f11d3761a2a7239a20ba28ca59daac1fd7a694 /time/Makefile | |
parent | c96873d7803b50fa83d9a4f15160a86d6eef8275 (diff) | |
download | glibc-9d07cf73e8ccecb9c3b013bf2c294fcbd57a2708.tar.gz glibc-9d07cf73e8ccecb9c3b013bf2c294fcbd57a2708.tar.xz glibc-9d07cf73e8ccecb9c3b013bf2c294fcbd57a2708.zip |
* time/Makefile (tst-getdate-ENV): Add TZDIR to environment.
* time/Depend: New, add dependency on timezone. * time/tst-getdate.c: Add testcase for bug report by Hendrik Uhlmann <HUhlmann@stn-atlas.de>. * time/datemsk: Likewise.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 67c1646b7f..ae5c844492 100644 --- a/time/Makefile +++ b/time/Makefile @@ -47,5 +47,5 @@ CFLAGS-tzset.c = $(tz-cflags) # Don't warn about Y2k problem in strftime format string. CFLAGS-test_time.c = -Wno-format -tst-getdate-ENV= DATEMSK=datemsk +tst-getdate-ENV= DATEMSK=datemsk TZDIR=${common-objpfx}timezone/testdata test_time-ARGS= EST5EDT CST |