summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/Makefile')
-rw-r--r--TAO/tests/IDL_Test/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/IDL_Test/Makefile b/TAO/tests/IDL_Test/Makefile
index 3565b56927f..5c4af2d32f2 100644
--- a/TAO/tests/IDL_Test/Makefile
+++ b/TAO/tests/IDL_Test/Makefile
@@ -39,9 +39,6 @@ IDL_TEST_OBJS = $(addsuffix .o, $(IDL_TEST_FILES))
SRC = $(addsuffix .cpp, $(IDL_TEST_FILES))
BIN = main
-BUILD = $(BIN)
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------