Unidiff1 files changed, 4 insertions, 6 deletions
|
diff --git a/Makefile b/Makefile index 77def29..01439bd 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -163,6 +163,6 @@ variable_test: variable_info |
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 |
@@ -185,3 +185,3 @@ clean: |
185 | install: |
185 | install: |
186 | ifdef KDEPIM_VERSION |
186 | |
187 | cd bin/kdepim; make install |
187 | cd bin/kdepim; make install |
@@ -192,5 +192,3 @@ install: |
192 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
192 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
193 | else |
193 | |
194 | @echo KDEPIM_VERSION not set.Cannot build ipk packages if version is missing. |
| |
195 | endif |
| |
196 | dist: |
194 | dist: |
|