diff --git a/Makefile b/Makefile index 6f08a33..c0bfc61 100644 --- a/Makefile +++ b/Makefile @@ -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