summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/CORBAplus/IDL_Cubit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/CORBAplus/IDL_Cubit/Makefile')
-rw-r--r--TAO/performance-tests/Cubit/CORBAplus/IDL_Cubit/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/performance-tests/Cubit/CORBAplus/IDL_Cubit/Makefile b/TAO/performance-tests/Cubit/CORBAplus/IDL_Cubit/Makefile
index f89dc1b2eb2..48238fd831b 100644
--- a/TAO/performance-tests/Cubit/CORBAplus/IDL_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/CORBAplus/IDL_Cubit/Makefile
@@ -45,8 +45,8 @@ CPPFLAGS += -I$(PBHOME)/include
$(IDL_SRC): cubit.idl
$(PBHOME)/bin/idlc cubit.idl
- -mv cubit.C cubit.cpp
- -mv cubit_s.C cubit_s.cpp
+ -/bin/mv cubit.C cubit.cpp
+ -/bin/mv cubit_s.C cubit_s.cpp
svr: $(addprefix $(VDIR),$(CUBIT_SVR_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
@@ -82,6 +82,8 @@ check: $(TESTS)
@./clnt -n250 -O `cat obj.5` -x
@echo ''
-realclean:
- -$(RM) *.o cubit.cpp cubit.h cubit_s.cpp cubit_s.h $(CUBIT_SVR_OBJS) $(CUBIT_CLT_OBJS) $(BIN) core
+clean:
+ -/bin/rm -rf *.o cubit.cpp cubit.h cubit_s.cpp cubit_s.h $(CUBIT_SVR_OBJS) $(CUBIT_CLT_OBJS) $(BIN) core
+
+realclean: clean