all repos — cgit @ cfb77e97fa63d709c81bc730ea47a06172d78669

a hyperfast web frontend for git written in c

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 john@keeping.me.uk
Mon, 01 Apr 2013 14:14:12 +0100
commit

cfb77e97fa63d709c81bc730ea47a06172d78669

parent

a92678b5f119811bccaca9c31b779c5ceed95572

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M cgit.mkcgit.mk

@@ -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.