diff options
Diffstat (limited to 'libm/powerpc/Makefile')
-rw-r--r-- | libm/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/powerpc/Makefile b/libm/powerpc/Makefile index 10dacb07e..84e0b94c9 100644 --- a/libm/powerpc/Makefile +++ b/libm/powerpc/Makefile @@ -67,5 +67,5 @@ tags: ctags -R clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |