Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONS
commita80dff25152f43e8a9a688943cb5f67d2ad76fc4
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 May 2011 07:11:53 +0000 (16 00:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 May 2011 07:11:53 +0000 (16 00:11 -0700)
tree3760f6498e4d80c9fa6d4af7f7aaf94798fb2408
parentdd0a21ede0998ec790c37865c7dc119814ac7745
Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONS

Otherwise we would fail to rebuild correctly when this option was
changed between $(MAKE) invocations, and more importantly, $(MAKE) test
would not pass it down and t/test-lib.sh would not set the LIBPCRE
prerequisite.

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