]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Fix generation of perl/perl.mak
authorAlex Riesen <raa.lkml@gmail.com>
Thu, 25 Oct 2007 20:17:24 +0000 (22:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Oct 2007 23:44:45 +0000 (16:44 -0700)
commitd1a2057560b33c926ba481618105edbb65d2c91c
tree4cc780abffb7d41b9e5db231f1aa3006a2607ca5
parent59b2023fbb154bc4671782955daddf8ef3018c93
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 <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile