-rw-r--r-- | Makefile.Embedded | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 77def29..01439bd 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -162,8 +162,8 @@ variable_test: variable_info @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) else - ifndef SHARPDTMSDK + ifndef SHARPDTMSDK @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) $(error SHARPDTMSDK is not defined) - endif + endif endif ifdef BUILD_NO_GAMMU @@ -184,5 +184,5 @@ clean: done install: - ifdef KDEPIM_VERSION + cd bin/kdepim; make install cp -r Pim $(QPEDIR)/apps @@ -191,7 +191,5 @@ install: cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop 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: @echo Dont forget to do "make install" before "make dist" |