-rw-r--r-- | Makefile.Embedded | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 7777a19..826e70e 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -133,4 +133,8 @@ variable_info: variable_test: variable_info @echo KDEPIM buildsystem, variablecheck... + ifndef PLATFORM + @echo PLATFORM is not defined. + $(error PLATFORM is not defined) + endif ifdef BUILD_NO_LDAP_PLUGIN @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) |