diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-12 08:40:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-12 08:40:47 +0000 |
commit | bdff0a44ff09654d09c05e36f8c57545284ab4a4 (patch) | |
tree | 735c43b230eac5b8e87e9e8f050f69edf138b0a7 | |
parent | a3931cbec9b380252d89fab3980a9dbb0b2f4152 (diff) | |
download | glibc-bdff0a44ff09654d09c05e36f8c57545284ab4a4.tar.gz glibc-bdff0a44ff09654d09c05e36f8c57545284ab4a4.tar.xz glibc-bdff0a44ff09654d09c05e36f8c57545284ab4a4.zip |
Update.
2002-02-25 Paul Eggert <eggert@twinsun.com> * timezone/Makefile (tzbases): Move systemv from here... (tzlinks): to here, since the entries in systemv were all changed from Zone to Link lines in tz-2001a. Bug reported (and patch tested) by Peter Breitenlohner.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | timezone/Makefile | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 1e1e054314..e336ff289a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-02-25 Paul Eggert <eggert@twinsun.com> + + * timezone/Makefile (tzbases): Move systemv from here... + (tzlinks): to here, since the entries in systemv were all changed + from Zone to Link lines in tz-2001a. Bug reported (and patch + tested) by Peter Breitenlohner. + 2002-03-07 Jakub Jelinek <jakub@redhat.com> * time/tst-posixtz.c (tests): Add new tests. diff --git a/timezone/Makefile b/timezone/Makefile index 2543788ca9..41a9c1d78d 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -31,9 +31,9 @@ others := zdump zic tests := test-tz tst-timezone tzbases := africa antarctica asia australasia europe northamerica \ - southamerica etcetera factory systemv \ + southamerica etcetera factory \ solar87 solar88 solar89 -tzlinks := backward +tzlinks := backward systemv tzfiles := $(tzbases) $(tzlinks) # pacificnew doesn't compile; if it is to be used, it should be included in # northamerica. |