• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/source/configure b/source/configure
2index 0e14a1f5..dcf194fd 100755
3--- a/source/configure
4+++ b/source/configure
5@@ -9317,16 +9317,6 @@ else
6       echo "Not rebuilding data/rules.mk, assuming prebuilt data in data/in"
7       touch data/rules.mk
8     fi
9-    echo "Spawning Python to generate test/testdata/rules.mk..."
10-    PYTHONPATH="$srcdir/python" \
11-        $PYTHON -m icutools.databuilder \
12-        --mode gnumake \
13-        --seqmode parallel \
14-        --src_dir "$srcdir/test/testdata" \
15-        > test/testdata/rules.mk
16-    if test "$?" != "0"; then
17-        as_fn_error $? "Python failed to run; see above error." "$LINENO" 5
18-    fi
19 fi
20
21 echo
22