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