X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=Makefile.am;h=75f0c0993f594a9ed7c3dbffa129899a961b5ceb;hb=fa76e036b92b22e07c9e7b70fa9c4cf504170a45;hp=579d3a7ae2c5f3d5449c6ff930f6ab7d0b5c03e3;hpb=5be455a710c57bbbbd49c2d671b42098db7be5dc;p=openocd.git diff --git a/Makefile.am b/Makefile.am index 579d3a7ae2..75f0c0993f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,12 +5,15 @@ 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: SUBDIRS := + nobase_dist_pkgdata_DATA = \ contrib/libdcc/dcc_stdio.c \ contrib/libdcc/dcc_stdio.h \ contrib/libdcc/example.c \ contrib/libdcc/README \ - contrib/99-openocd.rules + contrib/60-openocd.rules SUBDIRS = DIST_SUBDIRS = @@ -44,8 +47,8 @@ EXTRA_DIST += \ HACKING \ NEWTAPS \ README.Windows \ - README.OSX \ - $(wildcard $(srcdir)/NEWS*) \ + README.macOS \ + $(EXTRA_DIST_NEWS) \ Doxyfile.in \ tools/logger.pl \ tools/rlink_make_speed_table \