From ca9bd30c262ed788486c1d367ad40550e5d806c2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Jul 2000 19:25:08 +0000 Subject: Many bugfixes, header cleanups, etc. Added abort and glob. It is getting closer... -Erik --- libc/string/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/string') diff --git a/libc/string/Makefile b/libc/string/Makefile index a64d0b82b..251948183 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -16,7 +16,6 @@ OBJ=$(SOBJ) strpbrk.o strsep.o strstr.o strtok.o strcspn.o \ strspn.o strcasecmp.o strncasecmp.o config.o all: $(LIBC) - @$(RM) $(OBJ) $(LIBC): $(LIBC)($(OBJ)) -- cgit v1.2.3