1.1 --- a/Makefile.conf Thu Sep 21 15:44:55 2017 +0200
1.2 +++ b/Makefile.conf Thu Sep 21 15:46:18 2017 +0200
1.3 @@ -247,6 +247,6 @@
1.4
1.5 -include $(HERE)/local.conf
1.6
1.7 -ifdef BUILD_CONF
1.8 - -include $(BUILD_CONF)
1.9 +ifdef BUILD_CONFIG
1.10 + -include $(BUILD_CONFIG)
1.11 endif