Update make-dist for recent test/ changes
* make-dist: No longer distribute test/data/emacs-module/Makefile.
This commit is contained in:
parent
e32d99593b
commit
d92599d3a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue