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