summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Pluggable/Makefile')
-rw-r--r--TAO/performance-tests/Pluggable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Pluggable/Makefile b/TAO/performance-tests/Pluggable/Makefile
index 0369a6b783a..bf98d811277 100644
--- a/TAO/performance-tests/Pluggable/Makefile
+++ b/TAO/performance-tests/Pluggable/Makefile
@@ -66,7 +66,7 @@ client: $(addprefix $(VDIR),$(PP_TEST_CLT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
realclean: clean
- -$(RM) PP_TestC.* PP_TestS.* PP_TestS_T.*
+ -/bin/rm -rf PP_TestC.* PP_TestS.* PP_TestS_T.*
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.