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/tests/File_IO/Makefile | |
parent | 8f887823690662925583edc2a484f9842f4a60d4 (diff) | |
download | ATCD-8d5cc2e519ca2e1b740adfb71c43757481245791.tar.gz |
Updated Makefiles.
Diffstat (limited to 'TAO/tests/File_IO/Makefile')
-rw-r--r-- | TAO/tests/File_IO/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/File_IO/Makefile b/TAO/tests/File_IO/Makefile index c476a7b60ac..6bd001b9d6c 100644 --- a/TAO/tests/File_IO/Makefile +++ b/TAO/tests/File_IO/Makefile @@ -1146,7 +1146,8 @@ realclean: clean $(TAO_ROOT)/tao/PollableC.i \ $(TAO_ROOT)/tao/MessagingC.i \ $(TAO_ROOT)/tao/PortableInterceptorC.i \ - FileC.i $(TAO_ROOT)/tao/debug.h \ + FileC.i \ + $(TAO_ROOT)/tao/debug.h \ $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/Get_Opt.i \ $(ACE_ROOT)/ace/Read_Buffer.h \ |