summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thread_Pool_Latency
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 02:08:27 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 02:08:27 +0000
commit8d5cc2e519ca2e1b740adfb71c43757481245791 (patch)
treebd630a9bf1c08668be746d834c67dce7b622b0b5 /TAO/performance-tests/Thread_Pool_Latency
parent8f887823690662925583edc2a484f9842f4a60d4 (diff)
downloadATCD-8d5cc2e519ca2e1b740adfb71c43757481245791.tar.gz
Updated Makefiles.
Diffstat (limited to 'TAO/performance-tests/Thread_Pool_Latency')
-rw-r--r--TAO/performance-tests/Thread_Pool_Latency/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/performance-tests/Thread_Pool_Latency/Makefile b/TAO/performance-tests/Thread_Pool_Latency/Makefile
index 54b6acb08e0..46ed1a8015d 100644
--- a/TAO/performance-tests/Thread_Pool_Latency/Makefile
+++ b/TAO/performance-tests/Thread_Pool_Latency/Makefile
@@ -360,7 +360,8 @@ realclean: clean
.obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp Roundtrip.h \
$(ACE_ROOT)/ace/pre.h TestS.h \
- TestC.h $(TAO_ROOT)/tao/corba.h \
+ TestC.h \
+ $(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/svc_export.h \
@@ -933,7 +934,8 @@ realclean: clean
.obj/Roundtrip.o .obj/Roundtrip.so .shobj/Roundtrip.o .shobj/Roundtrip.so: Roundtrip.cpp Roundtrip.h \
$(ACE_ROOT)/ace/pre.h TestS.h \
- TestC.h $(TAO_ROOT)/tao/corba.h \
+ TestC.h \
+ $(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/svc_export.h \