#!/bin/sh
if [ ! $KDEDIR ] ; then
 echo "KDEDIR not set!"
 exit
fi

make clean
echo "KDE_VERSION=yes" > .config
make depend
make
