diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-02-11 16:21:43 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-02-11 16:21:43 +0000 |
commit | 6c8cc2d3042d0585741452006c29cb21fbba39ea (patch) | |
tree | 9050443fde19b762762681cb114b3ca55831a038 /time/Makefile | |
parent | ce28a8ab09cdd49890261d37b5b9280131d18014 (diff) |
Updated to fedora-glibc-20070211T1607cvs/fedora-glibc-2_5_90-17
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/Makefile b/time/Makefile index d93b84bb2f..8ce34e4565 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1991-2003, 2004, 2005, 2007 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 @@ -35,7 +35,8 @@ distribute := datemsk tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \ - tst-mktime3 tst-strptime2 bug-asctime bug-asctime_r bug-mktime1 + tst-mktime3 tst-strptime2 bug-asctime bug-asctime_r bug-mktime1 \ + tst-strptime3 include ../Rules |