aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.mk
diff options
context:
space:
mode:
authorGravatar John Keeping <john@keeping.me.uk>2013-04-01 22:14:12 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-04-08 22:43:17 (JST)
commitcfb77e97fa63d709c81bc730ea47a06172d78669 (patch)
tree11bd4dc5487da2dac6f764ad09b7358d1f1ad76f /cgit.mk
parenta92678b5f119811bccaca9c31b779c5ceed95572 (diff)
downloadcgit-cfb77e97fa63d709c81bc730ea47a06172d78669.zip
cgit-cfb77e97fa63d709c81bc730ea47a06172d78669.tar.gz
Makefile: re-include cgit.conf in cgit.mk
This avoids needed to export every variable that might be used in cgit.mk from the top-level Makefile. Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'cgit.mk')
-rw-r--r--cgit.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.mk b/cgit.mk
index e1aed63..bf3bbb1 100644
--- a/cgit.mk
+++ b/cgit.mk
@@ -5,6 +5,8 @@ include Makefile
5 5
6CGIT_PREFIX = ../ 6CGIT_PREFIX = ../
7 7
8-include $(CGIT_PREFIX)cgit.conf
9
8# The CGIT_* variables are inherited when this file is called from the 10# The CGIT_* variables are inherited when this file is called from the
9# main Makefile - they are defined there. 11# main Makefile - they are defined there.
10 12