From: Petr Baudis Date: Sun, 25 Jun 2006 01:35:12 +0000 (-0700) Subject: Git.pm: assorted build related fixes. X-Git-Tag: v1.4.3-rc1~2^2~39 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d595a473ee628d0f88989d06871d9752caafa7e9?hp=d595a473ee628d0f88989d06871d9752caafa7e9 Git.pm: assorted build related fixes. - We passed our own *.a archives as LIBS to the submake that runs in perl/; separate LIBS and EXTLIBS and pass the latter which tells what the system libraries are used. - The quoting of preprocesor symbol definitions passed down to perl/ submake was loose and we lost double quotes around include directives. Use *_SQ to quote them properly. - The installation location of perl/ submake is not architecture neutral anymore, so use SITEARCH instead of SITELIB. Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano ---