summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-31 02:07:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-31 02:07:00 +0000
commit32acb38db82a0cf90c6198ad24da3346a2086e85 (patch)
tree41657b6152b03063cdc1e5ed6a3e85944970bca5
parent21a95191bd15792aa0ab366034236f7773ab64c3 (diff)
downloadATCD-32acb38db82a0cf90c6198ad24da3346a2086e85.tar.gz
Fixed realclean target
-rw-r--r--TAO/tests/Faults/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Faults/Makefile b/TAO/tests/Faults/Makefile
index 2a92d92d471..7f447efbe60 100644
--- a/TAO/tests/Faults/Makefile
+++ b/TAO/tests/Faults/Makefile
@@ -66,7 +66,7 @@ pong: $(addprefix $(VDIR),$(PONG_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
realclean: clean
- -$(RM) $(foreach ext, $(IDL_EXT), test$(ext))
+ -$(RM) $(foreach ext, $(IDL_EXT), test$(ext) ping$(ext))
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.