summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile')
-rw-r--r--TAO/performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile b/TAO/performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile
index 3e8129e6517..a9713cf8083 100644
--- a/TAO/performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile
@@ -40,15 +40,15 @@ cubit.hh: cubit.idl
$(PREPRO) cubit.idl
clean:
- $(RM) client server cubit.hh *_s.cc *_c.cc *.o;
- $(RM) -r Templates.DB; $(RM) *~
+ rm -f client server cubit.hh *_s.cc *_c.cc *.o;
+ rm -rf Templates.DB; rm -f *~
.SUFFIXES: .cc
.cc.a:
$(CCC) -c $(CCFLAGS) $<
$(AR) $(ARFLAGS) $@ $*.o
- $(RM) $*.o
+ rm -f $*.o
.cc:
$(CCC) $(CCFLAGS) $(LDFLAGS) $< -o $@