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/stdio/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/stdio/Makefile') 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)) -- cgit v1.2.3