author | ulf69 <ulf69> | 2004-07-20 21:24:21 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-20 21:24:21 (UTC) |
commit | fba0c028ac0ce15d0f7473439e025c56f108145e (patch) (unidiff) | |
tree | 0083bc96ac335f52d0d346f51737112652ca5b9f | |
parent | 94636524739ecaa2206ca2cace3c460010df3a18 (diff) | |
download | kdepimpi-fba0c028ac0ce15d0f7473439e025c56f108145e.zip kdepimpi-fba0c028ac0ce15d0f7473439e025c56f108145e.tar.gz kdepimpi-fba0c028ac0ce15d0f7473439e025c56f108145e.tar.bz2 |
check if PLATFORM is defined
-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 | |||
@@ -131,8 +131,12 @@ variable_info: | |||
131 | @echo -------------------------------------- | 131 | @echo -------------------------------------- |
132 | 132 | ||
133 | variable_test: variable_info | 133 | 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 |
136 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) | 140 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) |
137 | endif | 141 | endif |
138 | ifdef BUILD_NO_OPIE_PLUGIN | 142 | ifdef BUILD_NO_OPIE_PLUGIN |