summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Native_Exceptions/Makefile')
-rw-r--r--TAO/tests/Native_Exceptions/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Native_Exceptions/Makefile b/TAO/tests/Native_Exceptions/Makefile
index dd400ff6429..657d7554d69 100644
--- a/TAO/tests/Native_Exceptions/Makefile
+++ b/TAO/tests/Native_Exceptions/Makefile
@@ -21,8 +21,6 @@ SRC = $(addsuffix .cpp, $(BIN) $(IDLFILES) test_i)
CLIENT_OBJS = client.o testC.o
SERVER_OBJS = server.o test_i.o $(addsuffix .o, $(IDLFILES))
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 0
@@ -33,7 +31,7 @@ TAO_IDLFLAGS += -Ge 0
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
ifeq ($(exceptions),1)
- BUILD = $(BIN)
+ BUILD = $(VBIN)
else
default:
@echo This directory only compiles if native exceptions are enabled!