aboutsummaryrefslogtreecommitdiffstats
path: root/src/support/encoding/configure
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/encoding/configure')
-rwxr-xr-xsrc/support/encoding/configure5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/support/encoding/configure b/src/support/encoding/configure
deleted file mode 100755
index f0af33bea1e..00000000000
--- a/src/support/encoding/configure
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-SRCDIR="$(cd $(dirname $0) && pwd)"
-sed "s#%VPATH%#${SRCDIR}/rust-encoding#" ${SRCDIR}/Makefile.in > Makefile
-