diff options
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 \ |