summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Inheritance/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Multiple_Inheritance/Makefile')
-rw-r--r--TAO/tests/Multiple_Inheritance/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Multiple_Inheritance/Makefile b/TAO/tests/Multiple_Inheritance/Makefile
index 0aff7171b7d..fd1b4e6e910 100644
--- a/TAO/tests/Multiple_Inheritance/Makefile
+++ b/TAO/tests/Multiple_Inheritance/Makefile
@@ -23,9 +23,6 @@ FILE_SVR_OBJS = Multiple_InheritanceC.o Multiple_InheritanceS.o server.o
FILE_CLT_OBJS = Multiple_InheritanceC.o Multiple_InheritanceS.o client.o
BIN = server client
-BUILD = $(BIN)
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------