-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 | |||
@@ -134,2 +134,6 @@ variable_test: variable_info | |||
134 | @echo KDEPIM buildsystem, variablecheck... | 134 | @echo KDEPIM buildsystem, variablecheck... |
135 | ifndef PLATFORM | ||
136 | @echo PLATFORM is not defined. | ||
137 | $(error PLATFORM is not defined) | ||
138 | endif | ||
135 | ifdef BUILD_NO_LDAP_PLUGIN | 139 | ifdef BUILD_NO_LDAP_PLUGIN |