]> gitweb.ps.run Git - ps-cgit/commitdiff
Makefile: make "git/config.mak.uname" inclusion optional
authorJohn Keeping <john@keeping.me.uk>
Thu, 13 Aug 2015 14:54:37 +0000 (15:54 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Aug 2015 15:05:12 +0000 (17:05 +0200)
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

index 74061a31bee5166d743298bd0d67ef27f78b11f3..a0a6615a512fbe3c75928cd5ead392f0b5488c5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ DOC_PDF  = $(patsubst %.txt,%.pdf,$(MAN_TXT))
 
 #-include config.mak
 
-include git/config.mak.uname
+-include git/config.mak.uname
 #
 # Let the user override the above settings.
 #