From: John Keeping Date: Thu, 13 Aug 2015 11:14:14 +0000 (+0100) Subject: Makefile: include Git's config.mak.uname X-Git-Tag: v0.12~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0393102249c30f62c8f061062bc4a9ba962b6910;p=cgit 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 --- diff --git a/Makefile b/Makefile index 65b4318..74061a3 100644 --- a/Makefile +++ b/Makefile @@ -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. #