summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-06-11 21:16:43 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-06-11 21:16:43 +0000
commitfa1b29edcea545cb8f3c57b84a702dee426f82ed (patch)
treeea012831cefa7e31ee6fbfcf5ba2b84808726e96
parent77435c3b771e910627834c4a89a5f3734c971119 (diff)
downloadATCD-fa1b29edcea545cb8f3c57b84a702dee426f82ed.tar.gz
ChangeLogTag:Wed Jun 11 16:14:40 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/IDL_Test/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 37ca5f17177..24c62f686d5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 11 16:14:40 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tests/IDL_Test/Makefile: Fixed a minor problem which should
+ help the daily builds to run this test a lot smoother!
+
Wed Jun 11 15:58:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Transport_Cache_Manager.cpp (make_idle_i): Fixes for BUG
diff --git a/TAO/tests/IDL_Test/Makefile b/TAO/tests/IDL_Test/Makefile
index 8775b5b6204..9fa2fc4451b 100644
--- a/TAO/tests/IDL_Test/Makefile
+++ b/TAO/tests/IDL_Test/Makefile
@@ -72,7 +72,7 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
-ifeq ($(templates),implicit)
+ifneq ($(templates),explicit)
BUILD += namespace_check.cpp \
reopened_modulesC.cpp \
reopen_include1C.cpp \