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>
这个提交包含在:
John Keeping 2013-04-01 14:14:12 +01:00 提交者 Jason A. Donenfeld
父节点 a92678b5f1
当前提交 cfb77e97fa
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -5,6 +5,8 @@ include Makefile
CGIT_PREFIX = ../
-include $(CGIT_PREFIX)cgit.conf
# The CGIT_* variables are inherited when this file is called from the
# main Makefile - they are defined there.