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