[apr] 02/04: Fix build problem with new make

Stefan Fritsch sf at moszumanska.debian.org
Tue Jul 22 21:09:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apr.

commit 8785660a5e4f775ed331148b231caa12b6ff99ed
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon May 12 23:20:37 2014 +0200

    Fix build problem with new make
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a39e177..f078805 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ apr (1.5.1-2) UNRELEASED; urgency=medium
 
   * Backport build fix from upstream SVN to avoid building some parts
     twice. This should also fix the build failure on amd64.
+  * Fix build problem with new make.
 
  -- Stefan Fritsch <sf at debian.org>  Mon, 12 May 2014 23:16:36 +0200
 
diff --git a/debian/rules b/debian/rules
index b33a07e..85743dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 # The 'build' target needs special handling because there there is a directory
 # named 'build'.
 .PHONY: build
-build %:
+%:
 	dh $@ -B$(BUILDDIR) --parallel --with autotools_dev
 
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr.git



More information about the Pkg-apache-commits mailing list