summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-07 21:17:33 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-07 21:17:33 +0000
commitf2c12d9c93a12e93e6d1a25753d640abbf353fb4 (patch)
tree3846252db64c46262fe88d395eb6ef1a588b756b /TAO/orbsvcs/tests/Notify/Ordering
parentaf4883ef5b4ecaad48961eac537defe53b417920 (diff)
downloadATCD-f2c12d9c93a12e93e6d1a25753d640abbf353fb4.tar.gz
ChangeLogTag: Fri Oct 7 14:03:54 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering')
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am b/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am
index 93cec2807f0..8f3c112b2b2 100644
--- a/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am
+++ b/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am
@@ -12,6 +12,7 @@ ACE_BUILDDIR = $(top_builddir)/..
ACE_ROOT = $(top_srcdir)/..
TAO_BUILDDIR = $(top_builddir)
TAO_IDL = ACE_ROOT=$(ACE_ROOT) TAO_ROOT=$(TAO_ROOT) $(TAO_BUILDDIR)/TAO_IDL/tao_idl
+TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO/TAO_IDL/tao_idl
TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf
TAO_ROOT = $(top_srcdir)
@@ -44,8 +45,8 @@ CLEANFILES = \
goC.cpp goC.h goC.inl goS.cpp goS.h goS.inl goS_T.cpp goS_T.h goS_T.inl: go-stamp
-go-stamp: $(srcdir)/go.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/go.idl
+go-stamp: $(srcdir)/go.idl $(TAO_IDL_DEP)
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/go.idl
@touch $@