diff options
Diffstat (limited to 'test/pthread/Makefile')
-rw-r--r-- | test/pthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pthread/Makefile b/test/pthread/Makefile index 16eb16e0f..1e51a4b2a 100644 --- a/test/pthread/Makefile +++ b/test/pthread/Makefile @@ -86,5 +86,5 @@ ex7: ex7.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) + $(RM) *.[oa] *~ core $(TARGETS) |