diff options
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -472,7 +472,7 @@ echo "Making links to 'src'" | |||
| 472 | (cd src && | 472 | (cd src && |
| 473 | ln [a-zA-Z]*.[chm] ../${tempdir}/src && | 473 | ln [a-zA-Z]*.[chm] ../${tempdir}/src && |
| 474 | ln [a-zA-Z]*.in ../${tempdir}/src && | 474 | ln [a-zA-Z]*.in ../${tempdir}/src && |
| 475 | ln deps.mk ../${tempdir}/src && | 475 | ln deps.mk dmpstruct.awk ../${tempdir}/src && |
| 476 | ln README ChangeLog.*[0-9] ../${tempdir}/src && | 476 | ln README ChangeLog.*[0-9] ../${tempdir}/src && |
| 477 | ln .gdbinit .dbxinit ../${tempdir}/src && | 477 | ln .gdbinit .dbxinit ../${tempdir}/src && |
| 478 | cd ../${tempdir}/src && | 478 | cd ../${tempdir}/src && |