posaune
[projects.git] / tools / make / configure
index 2eb9f91..21cf3f8 100755 (executable)
@@ -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"