summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Logger/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-26 03:07:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-26 03:07:50 +0000
commit6779851b926c3adf7f95d7e06eb31ec26bdb829c (patch)
treed43a660ddf900bf6f09a6f46d7d6602ce0d1f86f /TAO/orbsvcs/tests/Logger/Makefile
parent427596b01c738d5c976cdb8bd6d0bc7b2f301f93 (diff)
downloadATCD-6779851b926c3adf7f95d7e06eb31ec26bdb829c.tar.gz
replaced BUILD macro with VBIN, because that's what wrapper_macros.GNU uses
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))
#----------------------------------------------------------------------------