diff options
author | Roland McGrath <roland@gnu.org> | 1999-08-20 03:36:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-08-20 03:36:12 +0000 |
commit | a77db75d2a90007c436878d4931301a87d02a531 (patch) | |
tree | cf44ffd4ec99488ebdb067daa9818c3f945d6126 | |
parent | 61f93e11f052ae594c92662e2c49852db9ac3e9d (diff) |
1999-08-19 Roland McGrath <roland@baalperazim.frob.com>
* mktime.c: File removed. Current libc code is good.
* Makefile (SRCS): Remove mktime.c.
-rw-r--r-- | libshouldbeinlibc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 8927387c..562ebd82 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -27,8 +27,7 @@ SRCS = termsize.c timefmt.c exec-reauth.c maptime-funcs.c \ idvec-impgids.c idvec-verify.c idvec-rep.c \ ugids.c ugids-argp.c ugids-rep.c ugids-verify.c ugids-subtract.c \ ugids-auth.c ugids-xinl.c ugids-merge.c ugids-imply.c ugids-posix.c \ - ugids-verify-auth.c \ - mktime.c + ugids-verify-auth.c installhdrs = idvec.h timefmt.h maptime.h \ wire.h portinfo.h portxlate.h cacheq.h ugids.h LCLHDRS = $(installhdrs) |