aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-18 14:02:31 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-18 14:02:31 +0100
commitffbb5cd85caeffde06a36bc996238655e2808520 (patch)
tree1186f45b0ca8b525900a3424cf609d78bc97475e /Makefile.am
parent5e7c8d074c9de94d16210406baa1fd2872dc79e7 (diff)
downloadriscv-openocd-ffbb5cd85caeffde06a36bc996238655e2808520.zip
riscv-openocd-ffbb5cd85caeffde06a36bc996238655e2808520.tar.gz
riscv-openocd-ffbb5cd85caeffde06a36bc996238655e2808520.tar.bz2
build: do not install jimtcl
We now make use of the new jimtcl --disable-install-jim Now we can install openocd without jimtcl bring installed. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
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 1b19ba4..461bca4 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
+DISTCHECK_CONFIGURE_FLAGS = --with-jim-ext=nvp --disable-lineedit --disable-install-jim
nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \