From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Thu, 13 Aug 2015 12:14:14 +0100 Subject: [PATCH 2/8] Makefile: include Git's config.mak.uname In-Reply-To: References: Message-ID: <8b30b60f737ea4f14239a85da5a89ef6c401d508.1439464215.git.john@keeping.me.uk> This pulls in the correct value of $(INSTALL) on a wide variety of systems. Signed-off-by: John Keeping --- Makefile | 1 + 1 file changed, 1 insertion(+) 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. # -- 2.5.0.466.g9af26fa