aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-13 13:14:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-13 15:36:37 +0200
commit0393102249c30f62c8f061062bc4a9ba962b6910 (patch)
treeab732e231be130d6e1999b0d0e129e91266d0693
parent2ef4edee19c3f935dfffc3e0f4a56f5e2f183fa4 (diff)
downloadcgit-0393102249c30f62c8f061062bc4a9ba962b6910.tar.gz
cgit-0393102249c30f62c8f061062bc4a9ba962b6910.tar.xz
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>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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.
#