cgit

commit c543d7dbf6bf7c8be5af829bf1d3eab494856ee0

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

Makefile: make "git/config.mak.uname" inclusion optional

If we haven't got a "git" directory, it should still be possible to run
"make get-git", so we cannot include this file unconditionally.

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

 Makefile | 2 +-


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