Link shell with compat layer functions
commit7df1709c36ff93f56636ab11db612dedb0d2bed0
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Jul 2008 22:58:13 +0000 (20 15:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2008 00:17:09 +0000 (20 17:17 -0700)
tree307dc5a62fdda5fc66e7608e25d2bf1e61e85adf
parentfa4946b5532ff911565c882892a715616c22cdec
Link shell with compat layer functions

This in the short term will break on platforms that use compat implemenations
that call outside compat layer, but that is exactly what we want.  To give
incentive to fix things for people who are affected and more importantly have
environment to test their fixes.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile