diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:36:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:36:38 +0000 |
commit | 11fed3fb4529fb88a3a46ee0a5745a64c866ffd5 (patch) | |
tree | f1bc59cad38e7bc5a5656cbecc436467b1e6dea3 /libc/stdio | |
parent | 21a16e8edd3ec42e4566e87cd2982f054ce4f6d9 (diff) |
Dependancy update
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 6b0748237..048483d13 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -54,9 +54,6 @@ $(MOBJ2): $(MSRC2) $(MOBJ3): $(MSRC3) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o -$(COBJS): $(CSRC) - - clean: rm -f *.[oa] *~ core |