diff options
author | joey <joey> | 1999-10-10 01:22:10 +0000 |
---|---|---|
committer | joey <joey> | 1999-10-10 01:22:10 +0000 |
commit | c134395d8d42e8c3dcf16875b84edb1ed28025a4 (patch) | |
tree | 5f2df6ff76d01cf5150d3e987ba626e096a30259 /examples | |
parent | da4e213d5ce9cfdcbe046744b3cddb4078f4360e (diff) | |
download | debhelper-c134395d8d42e8c3dcf16875b84edb1ed28025a4.tar.gz |
r293: * Clarified rules.multi2 comment. Closes: #46828
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rules.multi2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/rules.multi2 b/examples/rules.multi2 index 765aceb6..c0e3f07c 100755 --- a/examples/rules.multi2 +++ b/examples/rules.multi2 @@ -81,9 +81,8 @@ binary-common: dh_builddeb # Build architecture independant packages using the common target. -# (Uncomment the next two lines and comment out the third if you have -# such packages) -#binary-indep: +binary-indep: +# (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. |