diff options
Diffstat (limited to 'TAO/tests/POA/Non_Servant_Upcalls/Makefile')
-rw-r--r-- | TAO/tests/POA/Non_Servant_Upcalls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/POA/Non_Servant_Upcalls/Makefile b/TAO/tests/POA/Non_Servant_Upcalls/Makefile index 583f3480b72..ea2a4bc2f87 100644 --- a/TAO/tests/POA/Non_Servant_Upcalls/Makefile +++ b/TAO/tests/POA/Non_Servant_Upcalls/Makefile @@ -51,7 +51,7 @@ realclean: clean # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/testC.o .obj/testC.o .obj/testC.o .obj/testC.o: testC.cpp testC.h \ +.obj/testC.o .obj/testC.so .shobj/testC.o .shobj/testC.so: testC.cpp testC.h \ $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/OS.h \ @@ -357,7 +357,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.i -.obj/testS.o .obj/testS.o .obj/testS.o .obj/testS.o: testS.cpp testS.h testC.h \ +.obj/testS.o .obj/testS.so .shobj/testS.o .shobj/testS.so: testS.cpp testS.h testC.h \ $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/OS.h \ @@ -663,7 +663,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.i testS_T.h testS_T.i testS_T.cpp testS.i -.obj/Non_Servant_Upcalls.o .obj/Non_Servant_Upcalls.o .obj/Non_Servant_Upcalls.o .obj/Non_Servant_Upcalls.o: Non_Servant_Upcalls.cpp testS.h testC.h \ +.obj/Non_Servant_Upcalls.o .obj/Non_Servant_Upcalls.so .shobj/Non_Servant_Upcalls.o .shobj/Non_Servant_Upcalls.so: Non_Servant_Upcalls.cpp testS.h testC.h \ $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/OS.h \ |