diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
commit | 8d5cc2e519ca2e1b740adfb71c43757481245791 (patch) | |
tree | bd630a9bf1c08668be746d834c67dce7b622b0b5 /TAO/tao/Makefile | |
parent | 8f887823690662925583edc2a484f9842f4a60d4 (diff) | |
download | ATCD-8d5cc2e519ca2e1b740adfb71c43757481245791.tar.gz |
Updated Makefiles.
Diffstat (limited to 'TAO/tao/Makefile')
-rw-r--r-- | TAO/tao/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile index c1d049c4866..1d7e91b3881 100644 --- a/TAO/tao/Makefile +++ b/TAO/tao/Makefile @@ -19591,8 +19591,8 @@ realclean: $(ACE_ROOT)/ace/Singleton.cpp \ $(ACE_ROOT)/ace/Thread_Manager.i \ ORB_Core.i Timeprobe.h \ - $(ACE_ROOT)/ace/Timeprobe.h debug.h \ - Pluggable_Messaging_Utils.h \ + $(ACE_ROOT)/ace/Timeprobe.h \ + debug.h Pluggable_Messaging_Utils.h \ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.i \ Pluggable_Messaging.h \ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.h \ @@ -28513,8 +28513,9 @@ realclean: $(ACE_ROOT)/ace/ace_wchar.inl \ $(ACE_ROOT)/ace/OS_Errno.h \ $(ACE_ROOT)/ace/OS_Export.h \ - $(ACE_ROOT)/ace/OS_Errno.inl IOPC.h \ - Any.h $(TAO_ROOT)/tao/CDR.h \ + $(ACE_ROOT)/ace/OS_Errno.inl \ + IOPC.h Any.h \ + $(TAO_ROOT)/tao/CDR.h \ $(TAO_ROOT)/tao/corbafwd.h \ $(ACE_ROOT)/ace/CDR_Base.h \ $(ACE_ROOT)/ace/Basic_Types.h \ @@ -35447,7 +35448,8 @@ realclean: $(TAO_ROOT)/tao/Services.i \ CORBA_String.h \ $(TAO_ROOT)/tao/CORBA_String.inl \ - PolicyC.h $(TAO_ROOT)/tao/ORB.i \ + PolicyC.h \ + $(TAO_ROOT)/tao/ORB.i \ Environment.h Policy_Manager.h \ $(TAO_ROOT)/tao/Policy_Set.h \ $(TAO_ROOT)/tao/Policy_Set.i \ |