cgit

commit 0393102249c30f62c8f061062bc4a9ba962b6910

Author: John Keeping <john@keeping.me.uk>

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>

 Makefile | 1 +


diff --git a/Makefile b/Makefile
index 65b43181df3f13a309a1e104bce860e2e9f00492..74061a31bee5166d743298bd0d67ef27f78b11f3 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ # Define HAVE_LINUX_SENDFILE to use sendfile()
 
 #-include config.mak
 
+include git/config.mak.uname
 #
 # Let the user override the above settings.
 #