X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk/sssa.git/blobdiff_plain/5a2eaf511f78a04721099c2058c46f2b3846447d..078973d0d3f2e25b1181e7f465ad055249076b91:/snippets/base diff --git a/snippets/base b/snippets/base index 412336f..cc843da 100644 --- a/snippets/base +++ b/snippets/base @@ -59,6 +59,9 @@ endif #========================= # Include the config file +# FIXME: I think CONFIG_FILE_OK variable is useless. We have three +# config files and it is not clearly defined to which file is this +# variable related. ifneq ($(CONFIG_FILE_OK),y) ifndef CONFIG_FILE CONFIG_FILE := $(MAKERULES_DIR)/config.omk @@ -74,7 +77,7 @@ endif -include $(MAKERULES_DIR)/config.target ifneq ($(wildcard $(CONFIG_FILE)),) -include $(CONFIG_FILE) +-include $(CONFIG_FILE) CONFIG_FILE_OK = y endif endif #$(CONFIG_FILE_OK)