git-gui: Makefile - Handle $DESTDIR on Cygwin
commita02855711310b553c610fe7ef634f4ceb25fe9f6
authorMark Levedahl <mdl123@verizon.net>
Fri, 18 Jan 2008 03:50:23 +0000 (17 22:50 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 18 Jan 2008 03:58:24 +0000 (17 22:58 -0500)
tree19408e3c23ab9ca15c4b7e1fd05f73892773edd3
parenta1f8f5043cb791aaa7d4c08dc779525551612da0
git-gui: Makefile - Handle $DESTDIR on Cygwin

gg_libdir is converted to an absolute Windows path on Cygwin,
but a later step attempts to prefix $DESTDIR to install to a
staging directory. Explicitly separate the uses of gg_libdir for
these two purposes so installation to $DESTDIR will work.

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