          MODULE=makeobj
         VERSION=4.7.0
          SOURCE=$MODULE-$VERSION
      SOURCE_URL=$MIRROR_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_VFY=sha1:920b4c5ba243b9663d0dc8bd8081d83b8d16fff2
        WEB_SITE=http://www.kde.org
   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
         ENTERED=20071026
         UPDATED=20110813
           SHORT="checks its in the correct directory to call make"

cat << EOF
Script around make which basicly checks if it's in srcdir
or in builddir and changes to the right directory for
calling /usr/bin/make.

Note: This script originates from the kdesdk tarball. To determine if this module
needs updating; untar kdesdk and diff this module with kdesdk-$VERSION/srcipts/makeobj.
If diff, then copy to $MIRROR_URL as makeobj-$VERSION.
EOF
