From e94f3d432e52caa93244bcbca57d58bee570041d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 21 Feb 2008 14:24:24 +0000 Subject: Fix verify script problem git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@629796 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'qpid/cpp/examples/Makefile.am') diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index df7fe4dfc7..21363ea8e4 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/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. -- cgit v1.2.1