X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh;h=443d9341e3be18df182ccad87e56c3a8ca137a29;hb=7ebaf2e4867cb1399975f9680fa67a55cc12fd39;hp=f77e5944c641c09f42a32fcd6675b1e4b256a72d;hpb=c003d52881fbd0372d7c4b335f275a1b99fe21c8;p=debhelper.git diff --git a/dh b/dh index f77e594..443d934 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; } }