-rw-r--r-- | Makefile.Embedded | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 77def29..01439bd 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -185,3 +185,3 @@ clean: install: - ifdef KDEPIM_VERSION + cd bin/kdepim; make install @@ -192,5 +192,3 @@ install: cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop - else - @echo KDEPIM_VERSION not set.Cannot build ipk packages if version is missing. - endif + dist: |