X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=Makefile.am;h=930a3073388033a4fe2ee31362b2965d3cab86c6;hp=69077f80aeb6cfc6dbad1c78b67993ac64244503;hb=f9056d222c401f782481d323206595eed17671cb;hpb=a5cff3acd37770b2e0f54857c63eee5a1f85fea0 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 \