diff options
Diffstat (limited to 'TAO/tests/IDL_Test/Makefile')
-rw-r--r-- | TAO/tests/IDL_Test/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tests/IDL_Test/Makefile b/TAO/tests/IDL_Test/Makefile index 7aadc67da29..0759d2bda31 100644 --- a/TAO/tests/IDL_Test/Makefile +++ b/TAO/tests/IDL_Test/Makefile @@ -12307,7 +12307,8 @@ realclean: clean $(TAO_ROOT)/tao/PortableServer/Object_Adapter.i \ $(TAO_ROOT)/tao/PortableServer/Operation_Table.h -.obj/main.o .obj/main.so .shobj/main.o .shobj/main.so: main.cpp $(ACE_ROOT)/ace/Log_Msg.h \ +.obj/main.o .obj/main.so .shobj/main.o .shobj/main.so: main.cpp \ + $(ACE_ROOT)/ace/Log_Msg.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ @@ -12664,8 +12665,8 @@ realclean: clean $(ACE_ROOT)/ace/Basic_Types.h \ $(ACE_ROOT)/ace/Basic_Types.i \ $(ACE_ROOT)/ace/Trace.h \ - $(ACE_ROOT)/ace/OS.i reopened_modulesC.cpp \ - reopened_modulesC.h \ + $(ACE_ROOT)/ace/OS.i \ + reopened_modulesC.cpp reopened_modulesC.h \ $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/corbafwd.h \ $(ACE_ROOT)/ace/CDR_Base.h \ |