From: John Keeping Date: Mon, 1 Apr 2013 13:14:12 +0000 (+0100) Subject: Makefile: re-include cgit.conf in cgit.mk X-Git-Tag: v0.9.2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfb77e97fa63d709c81bc730ea47a06172d78669;p=cgit 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 --- 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.