diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-02 23:52:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-02 23:52:21 +0000 |
commit | 723a9aa88fd4927c87ce121822bd670550bbf0ed (patch) | |
tree | b14613ab8cf583ec22c6a37dbf0b5ad560bd3f07 /libc/misc | |
parent | 39d74aae955e53852e4dbfbcd634c61cb8f31747 (diff) |
Oops. left strftime.c in twice.
Diffstat (limited to 'libc/misc')
-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 406738ce8..27ebdad45 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a 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 \ - strftime.c clock.c times.c difftime.c + clock.c times.c difftime.c # strftime.c causes an internal compiler error with m68k-pic-coff-gcc. ifneq ($(TARGET_ARCH),m68k) |