summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-13 20:50:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-13 20:50:10 +0000
commite0b783b2e14bcaec8d934fc8874512a697eca53e (patch)
tree5ef975d10d77e6bbe868b9475adfc0489028d62a
parentdfba4164b789c33a90dd4db1b23b3b1edae407b4 (diff)
downloadATCD-e0b783b2e14bcaec8d934fc8874512a697eca53e.tar.gz
ChangeLogTag: Fri Dec 13 14:30:19 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Makefile b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Makefile
index 234f63208e5..d94ffe069da 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Makefile
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Makefile
@@ -20,7 +20,7 @@ SRC = $(PROG_SRCS)
IFR_TEST_OBJS = client.o Latency_Query_Client.o
-BIN = Latency_Test
+BIN = client
#----------------------------------------------------------------------------
# Include macros and targets
@@ -40,7 +40,7 @@ include $(TAO_ROOT)/taoconfig.mk
LDFLAGS += -L$(TAO_ROOT)/tao
-Latency_Test: $(addprefix $(VDIR),$(IFR_TEST_OBJS))
+client: $(addprefix $(VDIR),$(IFR_TEST_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
realclean: clean