diff options
Diffstat (limited to 'TAO/tests/Crash_On_Write/Makefile')
-rw-r--r-- | TAO/tests/Crash_On_Write/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Crash_On_Write/Makefile b/TAO/tests/Crash_On_Write/Makefile index c59100a90eb..9e32dbe88ba 100644 --- a/TAO/tests/Crash_On_Write/Makefile +++ b/TAO/tests/Crash_On_Write/Makefile @@ -244,8 +244,7 @@ realclean: clean .obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp Oneway_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 \ @@ -519,8 +518,7 @@ realclean: clean .obj/Oneway_Receiver.o .obj/Oneway_Receiver.so .shobj/Oneway_Receiver.o .shobj/Oneway_Receiver.so: Oneway_Receiver.cpp Oneway_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 \ @@ -1163,6 +1161,8 @@ realclean: clean $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.i \ + $(TAO_ROOT)/tao/LF_Event.h \ + $(TAO_ROOT)/tao/LF_Event.inl \ $(TAO_ROOT)/tao/TAOC.h \ $(TAO_ROOT)/tao/TAOC.i \ $(TAO_ROOT)/tao/operation_details.h \ |