summaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-09 01:04:59 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-09 01:04:59 +0000
commit354e6102a11f6ce2e39462c158b039a07f18ac7c (patch)
treed0b61e9e76e22cfea34f764e090d8a659ae45380 /time/Makefile
parentf93e323f9e627ae8403ad2fc64663793153bf7ec (diff)
Update.
* time/Makefile (tests): Add tst-mktime. * time/tst-mktime.c: New file. * posix/tst-dir.c (main): One more mkdir() test.
Diffstat (limited to 'time/Makefile')
-rw-r--r--time/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/Makefile b/time/Makefile
index b675f745ea..1a132cf751 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1991-1999, 2000, 2001 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
@@ -33,7 +33,7 @@ routines := offtime asctime clock ctime ctime_r difftime \
distribute := datemsk
tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \
- tst-getdate
+ tst-getdate tst-mktime
include ../Rules