diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:42:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:42:05 +0000 |
commit | 87e26cded507b12940d6fef474e5aa7ce39b8ebf (patch) | |
tree | 7cbc7133eb6201b973ed7a40705dc3bfe2040d0a /libc | |
parent | 9e0d614275e64b3a14ac417bccb2dff519f159d8 (diff) |
Update dependancies
Diffstat (limited to 'libc')
-rw-r--r-- | libc/termios/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/termios/Makefile b/libc/termios/Makefile index 322244104..3a9ee7a13 100644 --- a/libc/termios/Makefile +++ b/libc/termios/Makefile @@ -41,9 +41,6 @@ $(LIBC): $(MOBJ) $(COBJS) $(MOBJ): $(MSRC) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o -$(COBJS): $(CSRC) - - clean: rm -f *.[oa] *~ core |