summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Makefile')
-rw-r--r--TAO/examples/Simple/chat/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/Simple/chat/Makefile b/TAO/examples/Simple/chat/Makefile
index 695f9ac3c97..e6e0e8e1433 100644
--- a/TAO/examples/Simple/chat/Makefile
+++ b/TAO/examples/Simple/chat/Makefile
@@ -43,9 +43,6 @@ SIMPLE_SVR_OBJS = \
BIN = server \
client
-BUILD = $(BIN)
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------