From: Alex Riesen Date: Thu, 25 Oct 2007 20:17:24 +0000 (+0200) Subject: Fix generation of perl/perl.mak X-Git-Tag: v1.5.3.5~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d1a2057560b33c926ba481618105edbb65d2c91c?hp=d1a2057560b33c926ba481618105edbb65d2c91c Fix generation of perl/perl.mak The code generating perl/Makefile from Makefile.PL was causing trouble because it didn't considered NO_PERL_MAKEMAKER and ran makemaker unconditionally, rewriting perl.mak. Makemaker is FUBAR in ActiveState Perl, and perl/Makefile has a replacement for it. Besides, a changed Git.pm is *NOT* a reason to rebuild all the perl scripts, so remove the dependency too. Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano ---