-rw-r--r-- | Makefile.Embedded | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 5a51127..9096f01 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -218,12 +218,14 @@ clean: | |||
218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; | 218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; |
219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
221 | done | 221 | done |
222 | 222 | ||
223 | pac: | 223 | pac: |
224 | rm -f $(QPEDIR)/lib/libmicro* | ||
225 | rm -f $(QPEDIR)/plugins/applets/libkopi* | ||
224 | make | 226 | make |
225 | make install | 227 | make install |
226 | make dist | 228 | make dist |
227 | install: | 229 | install: |
228 | 230 | ||
229 | cd bin/kdepim; make install | 231 | cd bin/kdepim; make install |