diff options
Diffstat (limited to 'libc/string')
-rw-r--r-- | libc/string/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |