From f77a22a2223653a1d028bbd8fa5314fac7e7d7af Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 15 Jun 2002 19:27:00 +0000 Subject: time() is implemented in syscalls.c -Erik --- libc/misc/time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/time/Makefile') 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)) -- cgit v1.2.3