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