summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2013-01-27 22:40:09 +0100
committerArno Töll <arno@debian.org>2013-01-29 15:13:48 +0100
commit55a5f156184dd6996e750e768a8797b41f22cf9e (patch)
tree2357ae8a1bd4c8da9f7bb1edd51606e30ef88479 /debian/rules
parente0c04c37da5e9b8a7f06414d1ca3255c4eed8a17 (diff)
downloadapache2-55a5f156184dd6996e750e768a8797b41f22cf9e.tar.gz
ensure something is done in the build target
as there is a build directory, the build target needs to be explictely marked phony, otherwise it will not be executed. Mark the other debian/rules targets phony, too. Signed-off-by: Arno Töll <arno@debian.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index fafd85fd..5ee172be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,8 @@ generate-maintainer-scripts:
done ;\
done
-%:
+.PHONY: clean build build-arch build-indep binary binary-arch binary-indep
+clean build build-arch build-indep binary binary-arch binary-indep: %:
dh $@ --parallel --with autotools_dev
override_dh_auto_configure: patch generate-maintainer-scripts prebuild-checks