author | zautrix <zautrix> | 2004-09-12 20:52:45 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-09-12 20:52:45 (UTC) |
commit | dfcf15caa7dd46574634f125a52db145d399f555 (patch) (unidiff) | |
tree | 5ee2bc5c791cfcd0d0189d6f7030915799d2cbd6 /Makefile | |
parent | 1c903ba4160711db5f7a1074a5cebe3b99406744 (diff) | |
download | kdepimpi-dfcf15caa7dd46574634f125a52db145d399f555.zip kdepimpi-dfcf15caa7dd46574634f125a52db145d399f555.tar.gz kdepimpi-dfcf15caa7dd46574634f125a52db145d399f555.tar.bz2 |
makefile fix
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -158,16 +158,16 @@ variable_test: variable_info | |||
158 | ifdef BUILD_NO_MICROMAIL | 158 | ifdef BUILD_NO_MICROMAIL |
159 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 159 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
160 | endif | 160 | endif |
161 | ifdef BUILD_NO_SHARP_PLUGIN | 161 | ifdef BUILD_NO_SHARP_PLUGIN |
162 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | 162 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
163 | else | 163 | else |
164 | ifndef SHARPDTMSDK | 164 | ifndef SHARPDTMSDK |
165 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 165 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
166 | $(error SHARPDTMSDK is not defined) | 166 | $(error SHARPDTMSDK is not defined) |
167 | endif | 167 | endif |
168 | endif | 168 | endif |
169 | ifdef BUILD_NO_GAMMU | 169 | ifdef BUILD_NO_GAMMU |
170 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) | 170 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) |
171 | endif | 171 | endif |
172 | @echo -------------------------------------- | 172 | @echo -------------------------------------- |
173 | 173 | ||