Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.mak.in: Pass on LDFLAGS from configure
The configure script allows you to specify flags to pass to the linker step in the LDFLAGS environment variable but this was being ignored in the Makefile. Now a make variable gets set to the value passed down from the configure script. Signed-off-by: Neil Roberts <bpeeluk@yahoo.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information