summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Pluggable/Makefile')
-rw-r--r--TAO/performance-tests/Pluggable/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/performance-tests/Pluggable/Makefile b/TAO/performance-tests/Pluggable/Makefile
index 3ae47a9df80..bf98d811277 100644
--- a/TAO/performance-tests/Pluggable/Makefile
+++ b/TAO/performance-tests/Pluggable/Makefile
@@ -58,8 +58,6 @@ include $(TAO_ROOT)/taoconfig.mk
LDFLAGS += -L$(TAO_ROOT)/tao
.PRECIOUS: PP_TestC.cpp PP_TestS.cpp PP_TestC.h PP_TestS.h
-#$(IDL_SRC): PP_Test.idl
-# $(TAO_ROOT)/TAO_IDL/tao_idl PP_Test.idl
server: $(addprefix $(VDIR),$(PP_TEST_SVR_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)