summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 14:11:10 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 14:11:10 +0000
commit4f048b04f9719b9329697dfc5662a888f4cefc77 (patch)
treed51a384ec36469d81e5f128b507eaa097b2c6558
parent6601953953ee4c751a802fcfe8124982a93cc5c9 (diff)
downloadATCD-4f048b04f9719b9329697dfc5662a888f4cefc77.tar.gz
ChangeLogTag: Thu Jan 4 14:08:45 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am2
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am2
3 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0055e2ed88a..05a5036a9e5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jan 4 14:08:45 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am:
+ * tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am:
+
+ Regenerate.
+
Thu Jan 4 14:00:16 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
* orbsvcs/orbsvcs/Makefile.am:
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am
index f3117852ead..2cda399ffa0 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am
@@ -40,7 +40,7 @@ CLEANFILES = \
testC.cpp testC.h testC.inl testS.cpp testS.h testS.inl: test-stamp
test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa $(srcdir)/test.idl
@touch $@
noinst_HEADERS = \
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am
index 1dba2506bba..16342607c04 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am
@@ -40,7 +40,7 @@ CLEANFILES = \
testC.cpp testC.h testC.inl testS.cpp testS.h testS.inl: test-stamp
test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa $(srcdir)/test.idl
@touch $@
noinst_HEADERS = \