Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 85139e8..cf32c0a 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,19 +1,19 @@ |
1 | CGIT_VERSION = v0.7.2 |
1 | CGIT_VERSION = v0.7.2 |
2 | CGIT_SCRIPT_NAME = cgit.cgi |
2 | CGIT_SCRIPT_NAME = cgit.cgi |
3 | CGIT_SCRIPT_PATH = /var/www/htdocs/cgit |
3 | CGIT_SCRIPT_PATH = /var/www/htdocs/cgit |
4 | CGIT_CONFIG = /etc/cgitrc |
4 | CGIT_CONFIG = /etc/cgitrc |
5 | CACHE_ROOT = /var/cache/cgit |
5 | CACHE_ROOT = /var/cache/cgit |
6 | SHA1_HEADER = <openssl/sha.h> |
6 | SHA1_HEADER = <openssl/sha.h> |
7 | GIT_VER = 1.5.5 |
7 | GIT_VER = 1.5.5.1 |
8 | GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 |
8 | GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 |
9 | |
9 | |
10 | # |
10 | # |
11 | # Let the user override the above settings. |
11 | # Let the user override the above settings. |
12 | # |
12 | # |
13 | -include cgit.conf |
13 | -include cgit.conf |
14 | |
14 | |
15 | # |
15 | # |
16 | # Define a way to invoke make in subdirs quietly, shamelessly ripped |
16 | # Define a way to invoke make in subdirs quietly, shamelessly ripped |
17 | # from git.git |
17 | # from git.git |
18 | # |
18 | # |
19 | QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir |
19 | QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir |
|