From e1cbf912e56aa6a0104fc47f21515eb5a7525302 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Nov 2013 22:16:41 -0400 Subject: Fix (horrible) make output parsing code to work with make 4.0. Closes: #728800 Thanks, Julien Pinon --- Debian/Debhelper/Buildsystem/makefile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem') diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm index dcc5da87..2c68a836 100644 --- a/Debian/Debhelper/Buildsystem/makefile.pm +++ b/Debian/Debhelper/Buildsystem/makefile.pm @@ -61,7 +61,7 @@ sub exists_make_target { return defined $output && length $output - && $output !~ /\*\*\* No rule to make target `\Q$target\E'/; + && $output !~ /\*\*\* No rule to make target (`|')\Q$target\E'/; } sub do_make { -- cgit v1.2.3