diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-06 19:42:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-06 19:42:48 +0000 |
commit | becc149523160d35e75b84359220f5e24cfb80c2 (patch) | |
tree | 0e29c30cfce78a21268ce853e9fdf88fa1492d00 /libc/misc/time/Makefile | |
parent | 53cfafba419f086ad7442fd48106f0fb639534cc (diff) |
Patch from Andrew Ip <aip@cwlinux.com> to add ftime,
allowing openssl to be built.
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 4ac8976a1..a3f8ae231 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -25,7 +25,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 + clock.c difftime.c strftime.c time.c ftime.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |