diff options
Diffstat (limited to 'libc/inet/rpc/Makefile')
-rw-r--r-- | libc/inet/rpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index 0cfa64d8d..5b8975cbf 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -62,5 +62,5 @@ $(COBJS): %.o : %.c $(STRIPTOOL) -x -R .note -R .comment $*.o clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |