]> git.donarmstrong.com Git - debhelper.git/commitdiff
Support make 3.82. Closes: #634385
authorJoey Hess <joey@kitenet.net>
Mon, 18 Jul 2011 21:53:45 +0000 (17:53 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 18 Jul 2011 21:53:58 +0000 (17:53 -0400)
debian/changelog
dh

index 35e813798c4f7a123be6de3602cf91996fb8aab2..b5cec8168255e2596513e7976977918621ccb647 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (8.9.2) UNRELEASED; urgency=low
+
+  * Support make 3.82. Closes: #634385
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 18 Jul 2011 17:52:55 -0400
+
 debhelper (8.9.1) unstable; urgency=low
 
   * Typo fixes. Closes: #632662
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;
                                                                }
                                                        }