]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
Support make 3.82. Closes: #634385
[debhelper.git] / dh
diff --git a/dh b/dh
index f77e5944c641c09f42a32fcd6675b1e4b256a72d..443d9341e3be18df182ccad87e56c3a8ca137a29 100755 (executable)
--- 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;
                                                                }
                                                        }