summaryrefslogtreecommitdiff
path: root/libc/misc/time/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-15 19:27:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-15 19:27:00 +0000
commitf77a22a2223653a1d028bbd8fa5314fac7e7d7af (patch)
tree9092545321c35d529cc239efdbf04433fdb1940a /libc/misc/time/Makefile
parente01d0733f5fc7afcd609f9eee4071705610a1db5 (diff)
time() is implemented in syscalls.c
-Erik
Diffstat (limited to 'libc/misc/time/Makefile')
-rw-r--r--libc/misc/time/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile
index 62fafd75f..3e0845799 100644
--- a/libc/misc/time/Makefile
+++ b/libc/misc/time/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak
CSRC=localtime.c gmtime.c asctime.c ctime.c asc_conv.c tm_conv.c mktime.c \
localtime_r.c gmtime_r.c asctime_r.c ctime_r.c utimes.c adjtime.c \
- clock.c difftime.c time.c ftime.c strftime.c strptime.c __time_locale.c \
+ clock.c difftime.c ftime.c strftime.c strptime.c __time_locale.c \
__time_static.c
COBJS=$(patsubst %.c,%.o, $(CSRC))