]> granicus.if.org Git - cgit/commitdiff
Makefile: include Git's config.mak.uname
authorJohn Keeping <john@keeping.me.uk>
Thu, 13 Aug 2015 11:14:14 +0000 (12:14 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Aug 2015 13:36:37 +0000 (15:36 +0200)
This pulls in the correct value of $(INSTALL) on a wide variety of
systems.

Signed-off-by: John Keeping <john@keeping.me.uk>
Makefile

index 65b43181df3f13a309a1e104bce860e2e9f00492..74061a31bee5166d743298bd0d67ef27f78b11f3 100644 (file)
--- 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.
 #