X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=930a3073388033a4fe2ee31362b2965d3cab86c6;hb=e63dab08986e7ec28acdb0bcc592305239810a48;hp=69077f80aeb6cfc6dbad1c78b67993ac64244503;hpb=a5cff3acd37770b2e0f54857c63eee5a1f85fea0;p=openocd.git diff --git a/Makefile.am b/Makefile.am index 69077f80ae..930a307338 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,10 @@ AUTOMAKE_OPTIONS = gnu 1.6 # make sure we pass the correct jimtcl flags to distcheck DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim +# do not run Jim Tcl tests (esp. during distcheck) +check-recursive: + @true + nobase_dist_pkgdata_DATA = \ contrib/libdcc/dcc_stdio.c \ contrib/libdcc/dcc_stdio.h \