summaryrefslogtreecommitdiff
path: root/examples/rules.multi2
diff options
context:
space:
mode:
authorjoey <joey>2000-04-17 22:17:10 +0000
committerjoey <joey>2000-04-17 22:17:10 +0000
commit80bbc454e4bedfdc8c9ca58e87f05ca288342945 (patch)
tree3df3c15aa3ec572f0a64aafd781727d421800ded /examples/rules.multi2
parent921b93d3dde7824af7a3dbc5e2df51e733938c8d (diff)
r345: * examples/rules.multi2: binary-indep and binary-arch targets need to
depend on the build and install targets.
Diffstat (limited to 'examples/rules.multi2')
-rwxr-xr-xexamples/rules.multi24
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rules.multi2 b/examples/rules.multi2
index c11fcd43..02ea27d7 100755
--- a/examples/rules.multi2
+++ b/examples/rules.multi2
@@ -81,12 +81,12 @@ binary-common:
dh_builddeb
# Build architecture independant packages using the common target.
-binary-indep:
+binary-indep: build install
# (Uncomment this next line if you have such packages.)
# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
# Build architecture dependant packages using the common target.
-binary-arch:
+binary-arch: build install
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
# Any other binary targets build just one binary package at a time.