diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-05 19:25:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-05 19:25:08 +0000 |
commit | ca9bd30c262ed788486c1d367ad40550e5d806c2 (patch) | |
tree | daf86037f4b4d34e91c6f147e287fb26694df103 /libc/misc | |
parent | 9281d180d13057917f618c35ef7433d2e4d4dd86 (diff) |
Many bugfixes, header cleanups, etc. Added abort and glob.
It is getting closer...
-Erik
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/time/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile index 7d648f867..2ee2a14e0 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -13,7 +13,6 @@ OBJ=localtime.o gmtime.o asctime.o ctime.o asc_conv.o tm_conv.o mktime.o \ localtime_r.o gmtime_r.o asctime_r.o ctime_r.o all: $(LIBC) - @$(RM) $(OBJ) $(LIBC): $(LIBC)($(OBJ)) |