summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Loading/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Loading/Makefile')
-rw-r--r--TAO/examples/POA/On_Demand_Loading/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/examples/POA/On_Demand_Loading/Makefile b/TAO/examples/POA/On_Demand_Loading/Makefile
index 91c487ad3f0..18d8d6097b5 100644
--- a/TAO/examples/POA/On_Demand_Loading/Makefile
+++ b/TAO/examples/POA/On_Demand_Loading/Makefile
@@ -17,10 +17,6 @@ CPPFLAGS += -I$(TAO_ROOT)
LDLIBS = -lTAO
LDFLAGS += -L$(TAO_ROOT)/tao
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
-BUILD = $(VBIN)
-
INSTALL =
#----------------------------------------------------------------------------