summaryrefslogtreecommitdiffabout
path: root/desktop/Makefile
Unidiff
Diffstat (limited to 'desktop/Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--desktop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Makefile b/desktop/Makefile
index 0057a85..edd1f09 100644
--- a/desktop/Makefile
+++ b/desktop/Makefile
@@ -1,11 +1,11 @@
1export KDEPIMDIR = $(shell pwd) 1export KDEPIMDIR = $(shell pwd)
2 2
3export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < ../version) 3export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < ../version)
4export KDEDIR=/kde_dev/kde 4export KDEDIR=/opt/kde3
5export KDE_DEV_DIR=/kde_dev/kde32/build/kdepim33_proko2_new/ 5export KDE_DEV_DIR=/kde_dev/kdecvs/head/kdepim
6all: 6all:
7 cd ../kde2file/caldump;qmake;make 7 cd ../kde2file/caldump;qmake;make
8 cd ../kde2file/abdump;qmake;make 8 cd ../kde2file/abdump;qmake;make
9 9
10 install: 10 install:
11 mkdir -p /opt/kdepimpi 11 mkdir -p /opt/kdepimpi