aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-09-29 16:12:41 +1000
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-09-30 09:38:22 +0200
commitef885d3b2a3001325f525df250dadd570e5d743e (patch)
treeaa01a8bdf2faad5080766c5fd08b1871165f6f47 /Makefile.am
parent05b12e6c5e5857e418c639e502c3a63987eca0c4 (diff)
downloadriscv-openocd-ef885d3b2a3001325f525df250dadd570e5d743e.zip
riscv-openocd-ef885d3b2a3001325f525df250dadd570e5d743e.tar.gz
riscv-openocd-ef885d3b2a3001325f525df250dadd570e5d743e.tar.bz2
jim-nvp is moving from jimtcl to openocd
The jim-nvp code is specific to openocd, so it belongs in openocd, not in the core jimtcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7bc25af..0d20233 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = gnu 1.6
# make sure we pass the correct jimtcl flags to distcheck
-DISTCHECK_CONFIGURE_FLAGS = --with-jim-ext=nvp --disable-lineedit --disable-install-jim
+DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim
nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \