diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
commit | 8d5cc2e519ca2e1b740adfb71c43757481245791 (patch) | |
tree | bd630a9bf1c08668be746d834c67dce7b622b0b5 /TAO/performance-tests/Single_Threaded_Latency | |
parent | 8f887823690662925583edc2a484f9842f4a60d4 (diff) | |
download | ATCD-8d5cc2e519ca2e1b740adfb71c43757481245791.tar.gz |
Updated Makefiles.
Diffstat (limited to 'TAO/performance-tests/Single_Threaded_Latency')
-rw-r--r-- | TAO/performance-tests/Single_Threaded_Latency/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/performance-tests/Single_Threaded_Latency/Makefile b/TAO/performance-tests/Single_Threaded_Latency/Makefile index a3a8f560ba3..e0eabc5c4a0 100644 --- a/TAO/performance-tests/Single_Threaded_Latency/Makefile +++ b/TAO/performance-tests/Single_Threaded_Latency/Makefile @@ -331,7 +331,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 \ @@ -612,7 +613,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 \ |