no need to go into config for 3.13 and it can cause problems with 3.14+

This commit is contained in:
2019-08-22 15:51:53 +02:00
parent 507a8229de
commit 1bac175c42

View File

@ -9,7 +9,7 @@ else ifneq ($(wildcard ../config),)
else else
# Using our own local configuration # Using our own local configuration
TOP = . TOP = .
DIRS = config configure DIRS = configure
src_DEPEND_DIRS := $(DIRS) src_DEPEND_DIRS := $(DIRS)
include $(TOP)/configure/CONFIG include $(TOP)/configure/CONFIG
endif endif