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/Codec | |
parent | bb5ed45bcde67db9cc6bd30b3079d678a08aae19 (diff) | |
download | ATCD-00347bce7476b42be62c937335f1f365afd98a0b.tar.gz |
Fixed dependencies
Diffstat (limited to 'TAO/tests/Codec')
-rw-r--r-- | TAO/tests/Codec/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Codec/Makefile b/TAO/tests/Codec/Makefile index 8ed43d8e788..6c63cd639ae 100644 --- a/TAO/tests/Codec/Makefile +++ b/TAO/tests/Codec/Makefile @@ -79,8 +79,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 \ @@ -374,8 +373,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 \ |