From cfb77e97fa63d709c81bc730ea47a06172d78669 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Mon, 1 Apr 2013 14:14:12 +0100 Subject: 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 --- cgit.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cgit.mk') diff --git a/cgit.mk b/cgit.mk index e1aed63..bf3bbb1 100644 --- a/cgit.mk +++ b/cgit.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. -- cgit v1.2.3-24-g4f1b