summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile')
-rw-r--r--TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile b/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
index 76d415f9f11..deeda6d821b 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
@@ -26,7 +26,6 @@ CUBIT_CLT_OBJS = client.o
CFLAGS += -I../IDL_Cubit
BIN = client
-VLDLIBS = $(LDLIBS:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------
@@ -68,7 +67,7 @@ client: $(addprefix $(VDIR),$(CUBIT_CLT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
../IDL_Cubit/server:
- cd ../IDL_Cubit; $(MAKE) BUILD=server
+ cd ../IDL_Cubit; $(MAKE) BIN=server
realclean: clean
-$(RM) cubitC.* cubitS.* cubitS_T.*