mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 08:28:42 +00:00
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>
This commit is contained in:
parent
a92678b5f1
commit
cfb77e97fa
2
cgit.mk
2
cgit.mk
@ -5,6 +5,8 @@ include Makefile
|
|||||||
|
|
||||||
CGIT_PREFIX = ../
|
CGIT_PREFIX = ../
|
||||||
|
|
||||||
|
-include $(CGIT_PREFIX)cgit.conf
|
||||||
|
|
||||||
# The CGIT_* variables are inherited when this file is called from the
|
# The CGIT_* variables are inherited when this file is called from the
|
||||||
# main Makefile - they are defined there.
|
# main Makefile - they are defined there.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user