diff options
| author | John Keeping | 2015-08-13 15:54:37 +0100 |
|---|---|---|
| committer | Jason A. Donenfeld | 2015-08-13 17:05:12 +0200 |
| commit | c543d7dbf6bf7c8be5af829bf1d3eab494856ee0 (patch) | |
| tree | d5151e0cc7b8df4e7e53cef21b502125966b96cb /Makefile | |
| parent | a360666df3cfcd1b384cd66b18803d72e3893b3d (diff) | |
| download | cgit-c543d7dbf6bf7c8be5af829bf1d3eab494856ee0.tar.gz cgit-c543d7dbf6bf7c8be5af829bf1d3eab494856ee0.tar.bz2 cgit-c543d7dbf6bf7c8be5af829bf1d3eab494856ee0.zip | |
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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ DOC_PDF = $(patsubst %.txt,%.pdf,$(MAN_TXT)) | |||
| 33 | 33 | ||
| 34 | #-include config.mak | 34 | #-include config.mak |
| 35 | 35 | ||
| 36 | include git/config.mak.uname | 36 | -include git/config.mak.uname |
| 37 | # | 37 | # |
| 38 | # Let the user override the above settings. | 38 | # Let the user override the above settings. |
| 39 | # | 39 | # |
