Unidiff1 files changed, 6 insertions, 5 deletions
|
diff --git a/Makefile b/Makefile index 1adfb2c..0b8997e 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -61,2 +61,3 @@ SUBDIRS = \ |
61 | |
61 | |
| |
62 | |
62 | all: build_microkde \ |
63 | all: build_microkde \ |
@@ -203,4 +204,5 @@ clean: |
203 | done |
204 | done |
| |
205 | |
204 | install: |
206 | install: |
205 | |
207 | |
206 | cd bin/kdepim; make install |
208 | cd bin/kdepim; make install |
@@ -213,3 +215,3 @@ install: |
213 | |
215 | |
214 | dist: |
216 | dist: |
215 | @echo Dont forget to do "make install" before "make dist" |
217 | @echo Dont forget to do "make install" before "make dist" |
@@ -226,3 +228,3 @@ dist: |
226 | ifndef BUILD_NO_GAMMU |
228 | ifndef BUILD_NO_GAMMU |
227 | ./mkipks kammu.control |
229 | ./mkipks phoneaccess.control |
228 | endif |
230 | endif |
@@ -258,4 +260,2 @@ tmake: objects \ |
258 | |
260 | |
259 | |
| |
260 | |
| |
261 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
261 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
@@ -329 +329,2 @@ pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro |
329 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) |
329 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) |
| |
330 | |
|