summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-06-12 12:33:37 -0400
committerGlenn Morris <rgm@gnu.org>2017-06-12 12:33:37 -0400
commitd92599d3a99d6d63e8f3ab2068ef96a2299a722b (patch)
tree4b87c74b1fb28d95e5b05f2c432c3f8493252c80 /make-dist
parente32d99593b11a99c4dbfc3d9404bb61812c2c757 (diff)
downloademacs-d92599d3a99d6d63e8f3ab2068ef96a2299a722b.tar.gz
Update make-dist for recent test/ changes
* make-dist: No longer distribute test/data/emacs-module/Makefile.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
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