diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:33:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:33:19 +0000 |
commit | 21a16e8edd3ec42e4566e87cd2982f054ce4f6d9 (patch) | |
tree | ae478ee94516aabe2cfc3868d4e0d1da8e63bc5b /libc | |
parent | ed004f7af354ebf0ddb3b271619601555b5176fb (diff) |
Remove obsolete file. Fix dependancy.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdlib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 3db182c5f..14ebec492 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -48,9 +48,6 @@ $(MOBJ): $(MSRC) $(MOBJ2): $(MSRC2) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o -$(COBJS): $(CSRC) - - clean: rm -f *.[oa] *~ core |