diff options
author | joey <joey> | 1999-09-09 18:30:37 +0000 |
---|---|---|
committer | joey <joey> | 1999-09-09 18:30:37 +0000 |
commit | 0bf7edf037f79e617631a44731ae6747cc593a11 (patch) | |
tree | b72b987d68007e7a9b3f37e9a6efbe8623848f0b /examples | |
parent | f7a2d2080fcb22d459ddeb4b77c24c12fdb031da (diff) | |
download | debhelper-0bf7edf037f79e617631a44731ae6747cc593a11.tar.gz |
r270: * Corrected example rules files, which had some messed up targets.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rules.multi | 2 | ||||
-rwxr-xr-x | examples/rules.multi2 | 2 |
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 |