all repos — cgit @ c543d7dbf6bf7c8be5af829bf1d3eab494856ee0

a hyperfast web frontend for git written in c

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>
John Keeping john@keeping.me.uk
Thu, 13 Aug 2015 15:54:37 +0100
commit

c543d7dbf6bf7c8be5af829bf1d3eab494856ee0

parent

a360666df3cfcd1b384cd66b18803d72e3893b3d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -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. #