summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-09-12 09:23:35 (UTC)
committer zautrix <zautrix>2004-09-12 09:23:35 (UTC)
commit8d822fd4d97fbb38ab2c4f3f3f64f175ef143cff (patch) (side-by-side diff)
tree4ebe4f2edc51d45374efe04f2524e0f7a9990484
parent2848d8373ab0785cd21c4588d8fe7ad21ad6f291 (diff)
downloadkdepimpi-8d822fd4d97fbb38ab2c4f3f3f64f175ef143cff.zip
kdepimpi-8d822fd4d97fbb38ab2c4f3f3f64f175ef143cff.tar.gz
kdepimpi-8d822fd4d97fbb38ab2c4f3f3f64f175ef143cff.tar.bz2
Fixed the makefile
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile6
-rw-r--r--Makefile.Embedded6
2 files changed, 4 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 77def29..01439bd 100644
--- a/Makefile
+++ b/Makefile
@@ -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"
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 77def29..01439bd 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -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"