summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/Makefile')
-rw-r--r--TAO/tests/Param_Test/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/Makefile b/TAO/tests/Param_Test/Makefile
index 3742f505e22..62a9fe8620e 100644
--- a/TAO/tests/Param_Test/Makefile
+++ b/TAO/tests/Param_Test/Makefile
@@ -99,8 +99,6 @@ TSS_ORB_FLAG = #-DTAO_HAS_TSS_ORBCORE
CPPFLAGS += -I$(TAO_ROOT) $(TSS_ORB_FLAG)
.PRECIOUS: $(IDL_HDR) $(IDL_SRC)
-#$(IDL_HDR) $(IDL_SRC): param_test.idl
-# $(TAO_IDL/tao_idl param_test.idl
server: $(addprefix $(VDIR),$(PARAM_TEST_SVR_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)