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 | 2e79155e017c67bbda3572c30d84bdb351f0c003 (patch) | |
tree | bd630a9bf1c08668be746d834c67dce7b622b0b5 /TAO/tests/Muxing | |
parent | 9c22b7ee75a851cb5396f39f5616c8de5d646411 (diff) | |
download | ATCD-2e79155e017c67bbda3572c30d84bdb351f0c003.tar.gz |
Updated Makefiles.
Diffstat (limited to 'TAO/tests/Muxing')
-rw-r--r-- | TAO/tests/Muxing/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/Muxing/Makefile b/TAO/tests/Muxing/Makefile index f4981e28da0..072dfe6391c 100644 --- a/TAO/tests/Muxing/Makefile +++ b/TAO/tests/Muxing/Makefile @@ -57,7 +57,8 @@ realclean: clean .obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp Receiver.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 \ @@ -592,7 +593,8 @@ realclean: clean .obj/Receiver.o .obj/Receiver.so .shobj/Receiver.o .shobj/Receiver.so: Receiver.cpp Receiver.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 \ |