summaryrefslogtreecommitdiff
path: root/examples/rules.multi2
diff options
context:
space:
mode:
authorjoey <joey>2002-12-19 02:27:35 +0000
committerjoey <joey>2002-12-19 02:27:35 +0000
commita68baf307c4cb61605ad117bfff39332a4e41484 (patch)
treec224dd96b0c2b88267ed6a0090073f29d97b369b /examples/rules.multi2
parent8113612bc822e5d2cc3bbe900fa5d3c44250b057 (diff)
r570: * List binary-common in .PHONY in rules.multi2. Closes: #173278
* Cleaned up error message if python is not installed. Closes: #173524 * dh_python: Bug fix from Josselin Mouette for case of building an arch indep python package depending on a arch dependent package. However, I used GetPackages() rather than add yet another control file parser. Untested.
Diffstat (limited to 'examples/rules.multi2')
-rwxr-xr-xexamples/rules.multi22
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.multi2 b/examples/rules.multi2
index 8c9f3a3f..5690fdbf 100755
--- a/examples/rules.multi2
+++ b/examples/rules.multi2
@@ -91,4 +91,4 @@ binary-%: build install
make -f debian/rules binary-common DH_OPTIONS=-p$*
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary-common binary install