diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-04 14:11:10 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-04 14:11:10 +0000 |
commit | 2f01c422d47f444480f1cfd759e226dc57620288 (patch) | |
tree | d51a384ec36469d81e5f128b507eaa097b2c6558 /TAO | |
parent | 1971c1f13adcd5df53ecb6b36d58363dc594accf (diff) | |
download | ATCD-2f01c422d47f444480f1cfd759e226dc57620288.tar.gz |
ChangeLogTag: Thu Jan 4 14:08:45 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 7 | ||||
-rw-r--r-- | TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am | 2 | ||||
-rw-r--r-- | TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am | 2 |
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 = \ |