summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Makefile')
-rw-r--r--TAO/examples/Event_Comm/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/examples/Event_Comm/Makefile b/TAO/examples/Event_Comm/Makefile
index a44f8e329f5..95d7842ab25 100644
--- a/TAO/examples/Event_Comm/Makefile
+++ b/TAO/examples/Event_Comm/Makefile
@@ -85,8 +85,6 @@ LDFLAGS += -L$(TAO_ROOT)/orbsvcs/orbsvcs -L$(TAO_ROOT)/tao -L$(TAO_ROOT)/orbsvcs
CPPFLAGS += -I$(TAO_ROOT)/orbsvcs
.PRECIOUS: Event_CommC.cpp Event_CommS.cpp Event_CommC.h Event_CommS.h
-#$(IDL_SRC): event.idl
-# $(TAO_ROOT)/TAO_IDL/tao_idl cubit.idl
supplier: $(addprefix $(VDIR),$(SUPPLIER_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)