summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Makefile')
-rw-r--r--TAO/performance-tests/Latency/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/performance-tests/Latency/Makefile b/TAO/performance-tests/Latency/Makefile
index 66d39c55495..439741d6972 100644
--- a/TAO/performance-tests/Latency/Makefile
+++ b/TAO/performance-tests/Latency/Makefile
@@ -22,9 +22,6 @@ SRC = $(addsuffix .cpp, $(BIN) $(IDLFILES) test_i)
CLIENT_OBJS = client.o testC.o
SERVER_OBJS = server.o test_i.o $(addsuffix .o, $(IDLFILES))
-BUILD = $(BIN)
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------