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