diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-15 16:20:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-15 16:20:00 +0000 |
commit | 103cbe2418eb707a44fd4e2ebf6292f7993a258c (patch) | |
tree | 95753b3f6119f8068b007fa7f5f9e94939c85aba /libc/misc/time/Makefile | |
parent | c2ac6db844679d707e0e93854416f764dee10fd9 (diff) |
Add strptime, and commonize some locale strings
-Erik
Diffstat (limited to 'libc/misc/time/Makefile')
-rw-r--r-- | libc/misc/time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile index 5e953ab1c..ae32f94a2 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 strftime.c time.c ftime.c + clock.c difftime.c time.c ftime.c strftime.c strptime.c __time_locale.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |