summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-04-12 13:21:20 +0000
committerAlan Conway <aconway@apache.org>2010-04-12 13:21:20 +0000
commit427a2d9ad0aa82248898c3c4a79c09b3a4d0b954 (patch)
treeaf9a76f6b3601eb19d137ce3769e834b9c8a9052 /qpid/cpp/src/tests
parent8e3e122aff097642c6efceaaea57941ef7237afb (diff)
downloadqpid-python-427a2d9ad0aa82248898c3c4a79c09b3a4d0b954.tar.gz
Fix code-generation dependencies for tests/testagent.
Previously was not re-generating code for codegen changes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/testagent.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/testagent.mk b/qpid/cpp/src/tests/testagent.mk
index cca380214f..33448ee547 100644
--- a/qpid/cpp/src/tests/testagent.mk
+++ b/qpid/cpp/src/tests/testagent.mk
@@ -36,9 +36,9 @@ TESTAGENT_GEN_SRC= \
$(TESTAGENT_GEN_SRC): testagent_gen.timestamp
-testagent_gen.timestamp: testagent.xml $(mgen_generator)
+testagent_gen.timestamp: testagent.xml ../mgen.timestamp
$(QMF_GEN) -o testagent_gen/qmf $(srcdir)/testagent.xml
- touch testagent_gen.timestamp
+ touch $@
CLEANFILES+=$(TESTAGENT_GEN_SRC) testagent_gen.timestamp