diff options
Diffstat (limited to 'libpthread/linuxthreads/Makefile')
-rw-r--r-- | libpthread/linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index 1a3293266..7d62879eb 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -70,6 +70,6 @@ else endif clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |