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