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