diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-07-31 22:14:41 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-07-31 22:14:41 +0000 |
commit | 00347bce7476b42be62c937335f1f365afd98a0b (patch) | |
tree | 4f6d9cd2c17f896c03b6dbca7bc0e00ca16a3f83 /TAO/tests/ORB_init/Makefile | |
parent | bb5ed45bcde67db9cc6bd30b3079d678a08aae19 (diff) | |
download | ATCD-00347bce7476b42be62c937335f1f365afd98a0b.tar.gz |
Fixed dependencies
Diffstat (limited to 'TAO/tests/ORB_init/Makefile')
-rw-r--r-- | TAO/tests/ORB_init/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/ORB_init/Makefile b/TAO/tests/ORB_init/Makefile index c9c07c440db..dd3fde10862 100644 --- a/TAO/tests/ORB_init/Makefile +++ b/TAO/tests/ORB_init/Makefile @@ -77,8 +77,7 @@ realclean: clean $(ACE_ROOT)/ace/Global_Macros.h \ $(ACE_ROOT)/ace/Min_Max.h \ $(ACE_ROOT)/ace/streams.h \ - $(ACE_ROOT)/ace/Trace.h \ - $(ACE_ROOT)/ace/OS.i \ + $(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \ $(ACE_ROOT)/ace/Message_Block.i \ $(ACE_ROOT)/ace/Message_Block_T.h \ $(ACE_ROOT)/ace/Message_Block_T.i \ |