summaryrefslogtreecommitdiff
path: root/libc/misc/time/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-06-17 19:19:39 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-06-17 19:19:39 +0000
commit20d8808116d749b626c080b2891c968f163966e6 (patch)
tree844fad9fc34f16b7496356f11855ab5069d8e10c /libc/misc/time/Makefile
parenta8041047f4c21c83341bfd1f7cc5c111dd76e0db (diff)
Optionally support the struct tm extension fields.
Add a few misc functions mentioned in time.h. Revert davidm's change regarding using a define for the "/etc/TZ" path, as this is eventually meant to be a configurable extension and not unconditionally supported.
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 b187e5555..b5714e511 100644
--- a/libc/misc/time/Makefile
+++ b/libc/misc/time/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)Rules.mak
MSRC= time.c
MOBJ= asctime.o asctime_r.o clock.o ctime.o ctime_r.o gmtime.o gmtime_r.o \
localtime.o localtime_r.o mktime.o strftime.o strptime.o tzset.o \
- _time_t2tm.o __time_tm.o _time_mktime.o
+ _time_t2tm.o __time_tm.o _time_mktime.o dysize.o timegm.o
ifeq ($(UCLIBC_HAS_FLOATS),y)
MOBJ += difftime.o