Makefile: include Git's config.mak.uname

This pulls in the correct value of $(INSTALL) on a wide variety of
systems.

Signed-off-by: John Keeping <john@keeping.me.uk>
这个提交包含在:
John Keeping 2015-08-13 12:14:14 +01:00 提交者 Jason A. Donenfeld
父节点 2ef4edee19
当前提交 0393102249

查看文件

@ -33,6 +33,7 @@ DOC_PDF = $(patsubst %.txt,%.pdf,$(MAN_TXT))
#-include config.mak
include git/config.mak.uname
#
# Let the user override the above settings.
#