summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Logger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Logger/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Logger/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Logger/Makefile b/TAO/orbsvcs/tests/Logger/Makefile
index 2e3c2dca2ea..37b3476653e 100644
--- a/TAO/orbsvcs/tests/Logger/Makefile
+++ b/TAO/orbsvcs/tests/Logger/Makefile
@@ -21,7 +21,7 @@ SRC = Logging_Test.cpp \
LOGGING_TEST_OBJS = Logging_Test_i.o Logging_Test.o
BIN = Logging_Test
-BUILD = $(BIN)
+VBIN = $(BIN:%=%$(VAR))
VLDLIBS = $(LDLIBS:%=%$(VAR))
#----------------------------------------------------------------------------