diff options
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -266,7 +266,7 @@ ln config.bat make-dist update-subdirs vpath.sed ${tempdir} | |||
| 266 | cp mkinstalldirs ${tempdir} | 266 | cp mkinstalldirs ${tempdir} |
| 267 | cp config.sub ${tempdir} | 267 | cp config.sub ${tempdir} |
| 268 | cp config.guess ${tempdir} | 268 | cp config.guess ${tempdir} |
| 269 | cp install.sh ${tempdir} | 269 | cp install-sh ${tempdir} |
| 270 | 270 | ||
| 271 | echo "Updating version number in README" | 271 | echo "Updating version number in README" |
| 272 | (cd ${tempdir} | 272 | (cd ${tempdir} |
| @@ -405,7 +405,7 @@ echo "Making links to \`lib-src'" | |||
| 405 | (cd lib-src | 405 | (cd lib-src |
| 406 | ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src | 406 | ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src |
| 407 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src | 407 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
| 408 | ln rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src | 408 | ln grep-changelog rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src |
| 409 | ## If we ended up with a symlink, or if we did not get anything | 409 | ## If we ended up with a symlink, or if we did not get anything |
| 410 | ## due to a cross-device symlink, copy the file. | 410 | ## due to a cross-device symlink, copy the file. |
| 411 | for file in [a-zA-Z]*.[chy]; do | 411 | for file in [a-zA-Z]*.[chy]; do |