diff options
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -382,7 +382,7 @@ echo "Making links to \`lib-src'" | |||
| 382 | (cd lib-src | 382 | (cd lib-src |
| 383 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src | 383 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src |
| 384 | ln ChangeLog Makefile.in README ../${tempdir}/lib-src | 384 | ln ChangeLog Makefile.in README ../${tempdir}/lib-src |
| 385 | ln grep-changelog rcs2log ../${tempdir}/lib-src | 385 | ln rcs2log ../${tempdir}/lib-src |
| 386 | ln makefile.w32-in ../${tempdir}/lib-src | 386 | ln makefile.w32-in ../${tempdir}/lib-src |
| 387 | ln update-game-score.exe.manifest ../${tempdir}/lib-src) | 387 | ln update-game-score.exe.manifest ../${tempdir}/lib-src) |
| 388 | 388 | ||