summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/TAO/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/Marshal_Test/TAO/Makefile')
-rw-r--r--TAO/Benchmark/Marshal_Test/TAO/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/Benchmark/Marshal_Test/TAO/Makefile b/TAO/Benchmark/Marshal_Test/TAO/Makefile
index 8e512953752..845516695dd 100644
--- a/TAO/Benchmark/Marshal_Test/TAO/Makefile
+++ b/TAO/Benchmark/Marshal_Test/TAO/Makefile
@@ -53,7 +53,7 @@ client: $(addprefix $(VDIR),$(MARSHAL_CLIENT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
clean:
- $(RM) core *.o *~ client server
+ rm -f core *.o *~ client server
$(MAKE) realclean