From d188caa717f3d472cfd81701c543e7dddf79c68b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Jun 2013 11:22:51 -0400 Subject: Correct broken patch for #706923. Closes: #707481 --- Debian/Debhelper/Buildsystem/makefile.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Debian') diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm index 8d0def15..ec52d8b4 100644 --- a/Debian/Debhelper/Buildsystem/makefile.pm +++ b/Debian/Debhelper/Buildsystem/makefile.pm @@ -11,7 +11,8 @@ use Debian::Debhelper::Dh_Lib qw(escape_shell clean_jobserver_makeflags); use base 'Debian::Debhelper::Buildsystem'; sub exists_make_target { - my ($this, $target) = @_; + my $this=shift; + my $target=shift; # Use make -n to check to see if the target would do # anything. There's no good way to test if a target exists. -- cgit v1.2.3