From 0393102249c30f62c8f061062bc4a9ba962b6910 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Thu, 13 Aug 2015 12:14:14 +0100 Subject: 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 --- 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. # -- cgit v1.2.3-59-g8ed1b