diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-03 22:31:51 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-03 22:31:51 +0000 |
commit | ad7084d385d8134b3a5b023511cedbf322c52555 (patch) | |
tree | 3325d2bedf0c6feb0176cc09dd9e891b1f04cd51 /TAO/tests/HandleExhaustion | |
parent | 302a8922dc1f825e4b6099525862a69131d38004 (diff) | |
download | ATCD-ad7084d385d8134b3a5b023511cedbf322c52555.tar.gz |
ChangeLogTag: Sat May 3 22:23:22 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/HandleExhaustion')
-rw-r--r-- | TAO/tests/HandleExhaustion/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tests/HandleExhaustion/Makefile.am b/TAO/tests/HandleExhaustion/Makefile.am index c29da80a90e..65c70caa787 100644 --- a/TAO/tests/HandleExhaustion/Makefile.am +++ b/TAO/tests/HandleExhaustion/Makefile.am @@ -41,7 +41,7 @@ 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 - @touch "$@" + @touch $@ noinst_HEADERS = \ Test.idl @@ -93,11 +93,6 @@ client_LDADD = \ endif BUILD_EXCEPTIONS - -ACLOCAL = @ACLOCAL@ -ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign - ## Clean up template repositories, etc. clean-local: -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* |