summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thruput/COOL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Thruput/COOL/Makefile')
-rw-r--r--TAO/performance-tests/Thruput/COOL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Thruput/COOL/Makefile b/TAO/performance-tests/Thruput/COOL/Makefile
index 1ffc61fd6cb..08735a2d8fd 100644
--- a/TAO/performance-tests/Thruput/COOL/Makefile
+++ b/TAO/performance-tests/Thruput/COOL/Makefile
@@ -52,7 +52,7 @@ all: $(IDL_SRC) server client
$(IDL_SRC): ttcp.idl
$(CHORUS_BINDIR)/chic $(IDLFLAGS) ttcp.idl
- -mv ttcp.C ttcp.cpp
+ -/bin/mv ttcp.C ttcp.cpp
server: $(addprefix $(VDIR),$(SVR_OBJS))
$(LINK.cc) -o server $(addprefix $(VDIR),$(SVR_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITSRV) $(VLDLIBS) $(POSTLINK)
@@ -61,7 +61,7 @@ client: $(addprefix $(VDIR),$(CLT_OBJS))
$(LINK.cc) -o client $(addprefix $(VDIR),$(CLT_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITCLT) $(VLDLIBS) $(POSTLINK)
realclean: clean
- -$(RM) ttcp.cpp ttcp.H sk_ttcp.C sk_ttcp.H server client
+ -/bin/rm -rf ttcp.cpp ttcp.H sk_ttcp.C sk_ttcp.H server client
#----------------------------------------------------------------------------
# Dependencies