From e55c32e8b1292342b443e204807460dc597bf939 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Apr 2008 15:51:42 -0400 Subject: Add a Makefile and simplify this package's own rules file using all the new toys. --- dh_auto_clean | 1 + 1 file changed, 1 insertion(+) (limited to 'dh_auto_clean') diff --git a/dh_auto_clean b/dh_auto_clean index aa16c724..222edeca 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -49,6 +49,7 @@ if (-e "Makefile" || -e "makefile" || -e "GNUmakefile") { # "Making target". my $ret=`LANG=C $ENV{MAKE} --question $target 2>/dev/null`; chomp $ret; + print ">>$ret for $target\n"; if ($ret =~ /^Making \Q$target\E/m) { doit($ENV{MAKE}, $target, @{$dh{U_PARAMS}}); last; -- cgit v1.2.3