From: Glenn Morris Date: Mon, 12 Jun 2017 16:33:37 +0000 (-0400) Subject: Update make-dist for recent test/ changes X-Git-Tag: emacs-26.0.90~521^2~105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d92599d3a99d6d63e8f3ab2068ef96a2299a722b;p=emacs.git Update make-dist for recent test/ changes * make-dist: No longer distribute test/data/emacs-module/Makefile. --- diff --git a/make-dist b/make-dist index bfd6fcbafba..48859936c1d 100755 --- a/make-dist +++ b/make-dist @@ -552,7 +552,7 @@ done if [ "$with_tests" = "yes" ]; then echo "Making links to 'test' and its subdirectories" for f in `find test -type f ! -name '*.log' ! -name a.out \ - ! -path test/Makefile + ! -path test/Makefile ! -path test/data/emacs-module/Makefile `; do ln $f $tempdir/$f done