diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-07 06:08:27 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-07 06:08:27 +0000 |
commit | 44cb355a26382c2361415bae11148f7fe1a4a526 (patch) | |
tree | c6549b8ef7675c4d2c6cfb7f30c0aadcd1feb210 /libc/misc/time/Makefile | |
parent | c8fb354eff087d66e4e104123608112380815f8a (diff) |
Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>.
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 29ed0d949..b47a97c33 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -40,7 +40,7 @@ endif ifeq ($(UCLIBC_HAS_WCHAR),y) endif -CSRC= adjtime.c ftime.c +CSRC= adjtime.c ftime.c clock_gettime.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) $(MOBJ) $(MOBJx) |