author | Alex Riesen <raa.lkml@gmail.com> | |
Thu, 25 Oct 2007 20:17:24 +0000 (22:17 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 26 Oct 2007 23:44:45 +0000 (16:44 -0700) | ||
commit | d1a2057560b33c926ba481618105edbb65d2c91c | |
tree | 4cc780abffb7d41b9e5db231f1aa3006a2607ca5 | tree | snapshot |
parent | 59b2023fbb154bc4671782955daddf8ef3018c93 | commit | diff |
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>
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 | diff | blob | history |