diff options
Diffstat (limited to 'libpthread/linuxthreads_db/Makefile')
-rw-r--r-- | libpthread/linuxthreads_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/Makefile b/libpthread/linuxthreads_db/Makefile index d5d3ec5c9..dea86b074 100644 --- a/libpthread/linuxthreads_db/Makefile +++ b/libpthread/linuxthreads_db/Makefile @@ -69,6 +69,6 @@ $(COBJS): %.o : %.c $(STRIPTOOL) -x -R .note -R .comment $*.o clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |