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