summaryrefslogtreecommitdiff
path: root/cpp/examples/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-21 14:24:24 +0000
committerAlan Conway <aconway@apache.org>2008-02-21 14:24:24 +0000
commit6e8de0252bf736addca80056075ae2cc1066e4b9 (patch)
tree1441159267e1562a64d3a1fa620881cabb8f1ea0 /cpp/examples/Makefile.am
parente210317267eccbce31a25396f49f6c8688812f11 (diff)
downloadqpid-python-6e8de0252bf736addca80056075ae2cc1066e4b9.tar.gz
Fix verify script problem
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@629796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/Makefile.am')
-rw-r--r--cpp/examples/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am
index df7fe4dfc7..21363ea8e4 100644
--- a/cpp/examples/Makefile.am
+++ b/cpp/examples/Makefile.am
@@ -44,12 +44,6 @@ VERIFY_FILES= verify verify_all \
EXTRA_DIST=$(nobase_pkgdata_DATA) $(VERIFY_FILES)
-force:
-
-VERIFY_SCRIPT=$(top_srcdir)/../bin/verify
-verify: force
- if [ -f $(VERIFY_SCRIPT) ] ; then cp $(VERIFY_SCRIPT) $@; fi
-
# Note: we don't use normal automake SUBDIRS because the example
# makefiles don't understand all the recursive automake targets.
@@ -67,7 +61,7 @@ all-local:
# Verify the examples in the buid tree.
check-local: all-local verify
- $(srcdir)/verify_all $(abs_top_srcdir) $(abs_top_builddir)
+ $(srcdir)/verify_all $(abs_top_srcdir)/..
# TODO:
# create a tarball for testing installed examples.