summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-18 17:53:45 -0400
committerJoey Hess <joey@kitenet.net>2011-07-18 17:53:58 -0400
commit7ebaf2e4867cb1399975f9680fa67a55cc12fd39 (patch)
tree20689987e89d5f9d8b6b48c683de884343c7f38f /dh
parentc003d52881fbd0372d7c4b335f275a1b99fe21c8 (diff)
Support make 3.82. Closes: #634385
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index f77e5944..443d9341 100755
--- a/dh
+++ b/dh
@@ -843,7 +843,7 @@ sub rules_explicit_target {
if (defined $current_target) {
if (/^#/) {
# Check if target has commands to execute
- if (/^#\s*commands to execute/) {
+ if (/^#\s*(commands|recipe) to execute/) {
$targets{$current_target} = 1;
}
}