diff options
Diffstat (limited to 'libc/sysdeps/linux/h8300/Makefile')
-rw-r--r-- | libc/sysdeps/linux/h8300/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/h8300/Makefile b/libc/sysdeps/linux/h8300/Makefile index 605278f23..d38e11191 100644 --- a/libc/sysdeps/linux/h8300/Makefile +++ b/libc/sysdeps/linux/h8300/Makefile @@ -56,8 +56,8 @@ $(COBJS): %.o : %.c headers: clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core ifneq ($(strip $(HAVE_ELF)),y) - rm -f $(TOPDIR)/include/float.h + $(RM) $(TOPDIR)/include/float.h endif |