diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:53:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:53:53 +0000 |
commit | 7f7410d05a7794c63a42b987d1136f6455ff23c7 (patch) | |
tree | 06b0676cf7d3da72cb6c5f491cbc1cf2b2376675 /libc/inet/rpc/Makefile | |
parent | 04bc82edc59fed897b7f38e5f68a76402f087dfb (diff) |
More cleanups
Diffstat (limited to 'libc/inet/rpc/Makefile')
-rw-r--r-- | libc/inet/rpc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index 907d55deb..cc6403648 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -42,8 +42,6 @@ all: $(COBJS) $(LIBC) $(LIBC): $(COBJS) $(AR) $(ARFLAGS) $(LIBC) $(COBJS) -$(COBJS): $(CSRC) - clean: rm -f *.[oa] *~ core |