diff options
Diffstat (limited to 'examples/rules.multi')
-rwxr-xr-x | examples/rules.multi | 2 |
1 files changed, 1 insertions, 1 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 |