summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/COOL/IDL_Cubit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/COOL/IDL_Cubit/Makefile')
-rw-r--r--TAO/performance-tests/Cubit/COOL/IDL_Cubit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/COOL/IDL_Cubit/Makefile b/TAO/performance-tests/Cubit/COOL/IDL_Cubit/Makefile
index df519b251bb..8a1b18e7113 100644
--- a/TAO/performance-tests/Cubit/COOL/IDL_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/COOL/IDL_Cubit/Makefile
@@ -56,7 +56,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)
@@ -65,7 +65,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