diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-22 22:20:15 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-22 22:20:15 +0000 |
commit | 02b93e6c508106a69a9c1fef543e470c254d8fe9 (patch) | |
tree | e9327a3fc23705acceec384722a99e75f969ce53 /TAO/examples/OBV | |
parent | 2a737c27d515e1fe4965161e5036fe1a495c0470 (diff) | |
download | ATCD-02b93e6c508106a69a9c1fef543e470c254d8fe9.tar.gz |
ChangeLogTag:Sat Oct 21 12:50:36 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/examples/OBV')
-rw-r--r-- | TAO/examples/OBV/Typed_Events/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/OBV/Typed_Events/Makefile b/TAO/examples/OBV/Typed_Events/Makefile index bd1c0cc5661..b8649060a17 100644 --- a/TAO/examples/OBV/Typed_Events/Makefile +++ b/TAO/examples/OBV/Typed_Events/Makefile @@ -1241,8 +1241,8 @@ realclean: clean $(ACE_ROOT)/ace/Read_Buffer.h \ $(ACE_ROOT)/ace/Read_Buffer.i \ ../Simple_util.cpp \ - $(TAO_ROOT)/tao/debug.h Server_i.h \ - Event_TypesS.h Event_TypesC.h \ + $(TAO_ROOT)/tao/debug.h \ + Server_i.h Event_TypesS.h Event_TypesC.h \ $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/NVList.h \ $(TAO_ROOT)/tao/NVList.i \ |