diff options
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r-- | libc/stdio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 1aa8354f4..3357b3a93 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -21,7 +21,6 @@ SOBJ=scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o vfscanf.o OBJ= $(AOBJ) $(POBJ) $(SOBJ) dputs.o all: $(LIBC) - @$(RM) $(OBJ) $(LIBC): $(LIBC)($(OBJ)) |