X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/821fa83fccab0589fb06f6c111768dfcb78bf4f7..cb90cf5532bd7921186006be739248887233ed4d:/tools/make/configure diff --git a/tools/make/configure b/tools/make/configure index 2eb9f91..21cf3f8 100755 --- a/tools/make/configure +++ b/tools/make/configure @@ -195,7 +195,7 @@ do ;; d) compile_dir=$OPTARG ;; - d) compile_target=$OPTARG + e) compile_target=$OPTARG ;; i) install_dir=$OPTARG ;; @@ -228,12 +228,6 @@ then exit 7 fi -# read build configuration, if existing -#if [ -f debian/$paket.conf ] -#then -# . debian/$paket.conf -#fi - if [ -n "$ARCH" -a -n "$cross" ] then echo "invalid options: supply -a for multiarch or -C for explicit cross compile environment"