diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-22 06:41:49 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-22 06:41:49 +0000 |
commit | 1f70b9ffa3247972b0dcf8c735f76c5051f571b4 (patch) | |
tree | 1aebb95353afd6ebf0319cc07b8e6d06856d1a43 /TAO/tests/POA/Deactivation/Makefile | |
parent | c6f2caf508ff55f5fb3340957ade315935e5bd7d (diff) | |
download | ATCD-1f70b9ffa3247972b0dcf8c735f76c5051f571b4.tar.gz |
ChangeLogTag:Sat Oct 21 12:50:36 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/POA/Deactivation/Makefile')
-rw-r--r-- | TAO/tests/POA/Deactivation/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/POA/Deactivation/Makefile b/TAO/tests/POA/Deactivation/Makefile index d0792bb2c1a..1b585ccfd3c 100644 --- a/TAO/tests/POA/Deactivation/Makefile +++ b/TAO/tests/POA/Deactivation/Makefile @@ -356,8 +356,7 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i \ - testC.i + $(TAO_ROOT)/tao/BoundsC.i testC.i .obj/testS.o .obj/testS.so .shobj/testS.o .shobj/testS.so: testS.cpp testS.h testC.h \ $(TAO_ROOT)/tao/corba.h \ @@ -664,8 +663,7 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i \ - testC.i \ + $(TAO_ROOT)/tao/BoundsC.i testC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ @@ -1007,8 +1005,7 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i \ - testC.i \ + $(TAO_ROOT)/tao/BoundsC.i testC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ |