]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: Make 'configure --with-expat=path' actually work
authorSerge van den Boom <svdb@stack.nl>
Wed, 28 Jan 2009 20:43:57 +0000 (21:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jan 2009 21:30:20 +0000 (13:30 -0800)
commit85b4518f44b1950918c80c32d1ede4731cb78b76
treeba471d28291daa4937e36a2444745c158ec5938d
parent98ef23b3b106ef8cf4dc0db34e62a39e044cf99b
Makefile: Make 'configure --with-expat=path' actually work

While the configure script sets the EXPATDIR environment variable to
whatever value was passed to its option --with-expat as the prefix of
the location of the expat library and headers, the Makefile ignored it.
This patch fixes this bug.

Signed-off-by: Serge van den Boom <svdb@stack.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile