-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | Makefile.Embedded | 6 |
2 files changed, 4 insertions, 8 deletions
@@ -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: 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: |