git-gui: Unconditionally use absolute paths with Cygwin
commit9fe98116a2c7231503e7f5156417c1af84d4a59e
authorMark Levedahl <mdl123@verizon.net>
Thu, 13 Dec 2007 14:02:26 +0000 (13 09:02 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 14 Dec 2007 06:51:37 +0000 (14 01:51 -0500)
tree30e57055c78c9699cd89a807184e091fdd2181a8
parenta4750dd26671427009cc2c7a6a303f7ad8c39e8a
git-gui: Unconditionally use absolute paths with Cygwin

The mapping of Windows vs Cygwin/Posix paths is arbitrary and not knowable
from the Posix side, so logic to determine whether to use relative paths
to locate the git-gui library just does not work on Cygwin. Fix this to
unconditionally use absolute path on Cygwin. (This fixes a regression
from 1.5.4).

Signed-off-by: Mark Levedahl <mdl123@verizon.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile