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
# Using our own local configuration
TOP = .
DIRS = config configure
DIRS = configure
src_DEPEND_DIRS := $(DIRS)
include $(TOP)/configure/CONFIG
endif