scripts/build/tools/100-libelf.sh
changeset 965 45ddf096def1
parent 663 3c8d3ef50106
child 1112 c72aecd1a9ef
     1.1 --- a/scripts/build/tools/100-libelf.sh	Mon Jul 14 15:58:39 2008 +0000
     1.2 +++ b/scripts/build/tools/100-libelf.sh	Thu Oct 23 13:45:48 2008 +0000
     1.3 @@ -1,9 +1,6 @@
     1.4  # Build script for libelf
     1.5  
     1.6 -is_enabled="${CT_LIBELF}"
     1.7 -
     1.8  do_print_filename() {
     1.9 -    [ "{CT_LIBELF}" = "y" ] || return 0
    1.10      echo "libelf-${CT_LIBELF_VERSION}"
    1.11  }
    1.12