summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/TIE/Makefile')
-rw-r--r--TAO/examples/POA/TIE/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/POA/TIE/Makefile b/TAO/examples/POA/TIE/Makefile
index 14e4947db34..3cfc388e819 100644
--- a/TAO/examples/POA/TIE/Makefile
+++ b/TAO/examples/POA/TIE/Makefile
@@ -23,9 +23,6 @@ FILE_SVR_OBJS = FooC.o FooS.o server.o Foo_i.o
FILE_CLT_OBJS = FooC.o FooS.o client.o
BIN = server client
-BUILD = $(BIN)
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------