diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 7d128e557b..086adb76e9 100644 --- a/cpp/Makefile.am +++ b/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 - - |