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