summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Profiles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Multiple_Profiles/Makefile')
-rw-r--r--TAO/tests/Multiple_Profiles/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Multiple_Profiles/Makefile b/TAO/tests/Multiple_Profiles/Makefile
index 0d266622919..7c2dde7858a 100644
--- a/TAO/tests/Multiple_Profiles/Makefile
+++ b/TAO/tests/Multiple_Profiles/Makefile
@@ -41,6 +41,9 @@ include $(TAO_ROOT)/taoconfig.mk
forward: $(addprefix $(VDIR),$(OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
+#realclean: clean
+# -/bin/rm -rf
+
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.