summaryrefslogtreecommitdiff
path: root/examples/rules.multi
diff options
context:
space:
mode:
authorjoey <joey>1999-09-30 20:45:08 +0000
committerjoey <joey>1999-09-30 20:45:08 +0000
commitf5033cd1beabdeb564630796f4fa1ffb7518a4be (patch)
treeef61725a2a83890c2843f644873649d9af56bc1d /examples/rules.multi
parente1fb0a64cfe30960aa4edacf224921b888443dc8 (diff)
r287: * Fiddlesticks. The neat make trick I was using in rules.multi2 failed if
you try to build binary-indep and binary-arch targets in the same make run. Make tries to be too smart. Modified the file so it will work, though it's now uglier. Closes: 46287 * examples/*: It's important that one -not- use a install-stamp target. Install should run every time binary-* calls it. Otherwise if a binary-* target is called twice by hand, you get duplicate entries in the maintainer script fragment files. Closes: #46313
Diffstat (limited to 'examples/rules.multi')
-rwxr-xr-xexamples/rules.multi2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.multi b/examples/rules.multi
index f16b3e64..55260d7e 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -36,7 +36,7 @@ clean:
dh_clean
install: DH_OPTIONS=
-install: build-stamp
+install: build
dh_testdir
dh_testroot
dh_clean -k