Update make-dist for recent test/ changes

* make-dist: No longer distribute test/data/emacs-module/Makefile.
This commit is contained in:
Glenn Morris 2017-06-12 12:33:37 -04:00
parent e32d99593b
commit d92599d3a9

View file

@ -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