summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-16 13:48:06 +0000
committerAlan Conway <aconway@apache.org>2008-05-16 13:48:06 +0000
commit8c6a56372184aefefa5501687c570caa3124a97d (patch)
tree912910eea6fb43859dfe66218911d231c4a22330
parentac097e2ce2f2f869996dae113ab6b6da3db6548b (diff)
downloadqpid-python-8c6a56372184aefefa5501687c570caa3124a97d.tar.gz
Make rpmbuild python tests work under old versions of automake.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@657064 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am
index 7d128e557b..086adb76e9 100644
--- a/qpid/cpp/Makefile.am
+++ b/qpid/cpp/Makefile.am
@@ -30,11 +30,9 @@ clean-local:
rpmbuild: $(SPEC) dist-gzip
mkdir -p $(RPMDIRS)
- QPID_PYTHON_DIR=$(abs_top_srcdir)/../python rpmbuild $(RPMMACROS) $(RPMOPTS) $(SPEC)
+ QPID_PYTHON_DIR=@abs_top_srcdir@/../python rpmbuild $(RPMMACROS) $(RPMOPTS) $(SPEC)
if HAS_RPMLINT
rpmlint `find rpm -name '*.rpm'`
else
@echo "WARNING: rpmlint not found, could not validate RPMs."
endif
-
-