diff options
| author | John Keeping <[email protected]> | 2013-04-01 13:14:12 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2013-04-08 13:43:17 +0000 |
| commit | cfb77e97fa63d709c81bc730ea47a06172d78669 (patch) | |
| tree | 11bd4dc5487da2dac6f764ad09b7358d1f1ad76f | |
| parent | Do not unnecessarily strdup() environment variables (diff) | |
| download | cgit-cfb77e97fa63d709c81bc730ea47a06172d78669.tar.gz cgit-cfb77e97fa63d709c81bc730ea47a06172d78669.zip | |
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 <[email protected]>
| -rw-r--r-- | cgit.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
