summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/rules.multi2
-rwxr-xr-xexamples/rules.multi22
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/rules.multi b/examples/rules.multi
index 6c6c406c..bd8aa31e 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -81,7 +81,7 @@ binary-indep: build install
# Build architecture-dependent files here.
# Pass -a to all debhelper commands in this target to reduce clutter.
-binary-indep: DH_OPTIONS="-a"
+binary-arch: DH_OPTIONS="-a"
binary-arch: build install
# Need this version of debhelper for DH_OPTIONS to work.
dh_testversion 1.1.17
diff --git a/examples/rules.multi2 b/examples/rules.multi2
index 30c9b41d..0c363acf 100755
--- a/examples/rules.multi2
+++ b/examples/rules.multi2
@@ -82,7 +82,7 @@ binary-common:
# Build architecture independant packages using the common target.
# (Comment this out if you have none to build.)
binary-indep: DH_OPTIONS=-i
-binary-arch: build install binary-common
+binary-indep: build install binary-common
# Build architecture dependant packages using the common target.
binary-arch: DH_OPTIONS=-a