diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-08 15:21:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-08 15:21:40 +0000 |
commit | 5481bb895e08c75fab87e6cb53c8179fe65c2e8a (patch) | |
tree | 9c5411fec5b8c55da5eb1bfa513c976cb4fdc90f | |
parent | e3ca0de5cbfc60e640687816dc790c18d40dddc7 (diff) | |
download | glibc-5481bb895e08c75fab87e6cb53c8179fe65c2e8a.tar.gz glibc-5481bb895e08c75fab87e6cb53c8179fe65c2e8a.tar.xz glibc-5481bb895e08c75fab87e6cb53c8179fe65c2e8a.zip |
Sat Jun 8 15:15:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* time/Makefile (tzfiles): Add solar87 solar88 solar89.
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index dd5014104a..3d8240c7ae 100644 --- a/time/Makefile +++ b/time/Makefile @@ -36,7 +36,8 @@ others := ap zdump zic tests := test_time clocktest test-tz tzfiles := africa antarctica asia australasia europe northamerica \ - southamerica etcetera factory systemv backward + southamerica etcetera factory systemv backward \ + solar87 solar88 solar89 # pacificnew doesn't compile; if it is to be used, it should be included in # northamerica. distribute := $(distribute) $(tzfiles) leapseconds pacificnew |