diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-07-27 17:26:14 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-07-27 17:26:14 +0000 |
commit | 9b0dcc720f41277d4a2b0426a80bd8f75a3e6db2 (patch) | |
tree | b607ec9335e57478c4e1e8681b697d13ef84bc4f /TAO/examples/POA/NewPOA/Makefile | |
parent | e2f66e131a9a6240b592034c564f3da70cf02d0e (diff) | |
download | ATCD-9b0dcc720f41277d4a2b0426a80bd8f75a3e6db2.tar.gz |
ChangeLogTag: Fri Jul 26 21:07:03 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/examples/POA/NewPOA/Makefile')
-rw-r--r-- | TAO/examples/POA/NewPOA/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/examples/POA/NewPOA/Makefile b/TAO/examples/POA/NewPOA/Makefile index 381893b5270..abcdd2f9f20 100644 --- a/TAO/examples/POA/NewPOA/Makefile +++ b/TAO/examples/POA/NewPOA/Makefile @@ -42,11 +42,8 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/NewPOA.o .obj/NewPOA.so .shobj/NewPOA.o .shobj/NewPOA.so: NewPOA.cpp \ - $(TAO_ROOT)/tao/corba.h \ +.obj/NewPOA.o .obj/NewPOA.so .shobj/NewPOA.o .shobj/NewPOA.so: NewPOA.cpp $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/pre.h \ - $(ACE_ROOT)/ace/config-sunos5.6.h \ - $(ACE_ROOT)/ace/config-sunos5.5.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ace_wchar.h \ $(ACE_ROOT)/ace/ace_wchar.inl \ |