summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
authorulf69 <ulf69>2004-07-20 21:24:21 (UTC)
committer ulf69 <ulf69>2004-07-20 21:24:21 (UTC)
commitfba0c028ac0ce15d0f7473439e025c56f108145e (patch) (unidiff)
tree0083bc96ac335f52d0d346f51737112652ca5b9f /Makefile.Embedded
parent94636524739ecaa2206ca2cace3c460010df3a18 (diff)
downloadkdepimpi-fba0c028ac0ce15d0f7473439e025c56f108145e.zip
kdepimpi-fba0c028ac0ce15d0f7473439e025c56f108145e.tar.gz
kdepimpi-fba0c028ac0ce15d0f7473439e025c56f108145e.tar.bz2
check if PLATFORM is defined
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded4
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
@@ -132,6 +132,10 @@ variable_info:
132 132
133variable_test: variable_info 133variable_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