X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=Makefile.am;h=3858093b66f43009e3432ddf6d88f271fcdfd5ed;hb=4bb1d8b45ecd768b972efb1e3e9cf6e55336f8fd;hp=fc444f127c0265f30874e46961d6241953ebc981;hpb=96aaa77f72a721f058f3863f270c2ba3d8d68871;p=openocd.git diff --git a/Makefile.am b/Makefile.am index fc444f127c..3858093b66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = gnu 1.6 +.DELETE_ON_ERROR: + # make sure we pass the correct jimtcl flags to distcheck DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim @@ -57,6 +59,7 @@ EXTRA_DIST += \ LICENSES/preferred/GFDL-1.2 \ LICENSES/preferred/gfdl-1.2.texi.readme \ LICENSES/preferred/GPL-2.0 \ + LICENSES/preferred/MIT \ LICENSES/stand-alone/GPL-3.0 \ tools/logger.pl \ tools/rlink_make_speed_table \