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>
Bu işleme şunda yer alıyor:
John Keeping 2013-04-01 14:14:12 +01:00 işlemeyi yapan: Jason A. Donenfeld
ebeveyn a92678b5f1
işleme cfb77e97fa
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme

Dosyayı Görüntüle

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