diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-08-21 16:39:48 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-08-21 16:39:48 +0000 |
commit | 77ee735bf288de212b5377e3536bcbf20c30af88 (patch) | |
tree | f3cc43a96b257128ae6a75fbd43bac540d97bf89 /TAO/tests/CDR | |
parent | d19c37b2654513e11aad45d2ea375992c9859014 (diff) | |
download | ATCD-77ee735bf288de212b5377e3536bcbf20c30af88.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/CDR')
-rw-r--r-- | TAO/tests/CDR/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/CDR/Makefile b/TAO/tests/CDR/Makefile index 3cc89c3a172..1224e43c321 100644 --- a/TAO/tests/CDR/Makefile +++ b/TAO/tests/CDR/Makefile @@ -362,8 +362,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU $(TAO_ROOT)/tao/MessagingS_T.cpp \ $(TAO_ROOT)/tao/MessagingS.i -.obj/tc.o .obj/tc.so .shobj/tc.o .shobj/tc.so: tc.cpp \ - $(TAO_ROOT)/tao/corba.h \ +.obj/tc.o .obj/tc.so .shobj/tc.o .shobj/tc.so: tc.cpp $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/OS.h \ $(ACE_ROOT)/ace/config-sunos5.6.h \ @@ -677,8 +676,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU $(TAO_ROOT)/tao/MessagingS_T.cpp \ $(TAO_ROOT)/tao/MessagingS.i -.obj/growth.o .obj/growth.so .shobj/growth.o .shobj/growth.so: growth.cpp \ - $(ACE_ROOT)/ace/Get_Opt.h \ +.obj/growth.o .obj/growth.so .shobj/growth.o .shobj/growth.so: growth.cpp $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ $(ACE_ROOT)/ace/OS.h \ |