diff options
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -153,7 +153,7 @@ echo "Making links to \`src'." | |||
| 153 | echo " (If we can't link gmalloc.c, that's okay.)" | 153 | echo " (If we can't link gmalloc.c, that's okay.)" |
| 154 | ln [a-zA-Z]*.c ../${tempdir}/src | 154 | ln [a-zA-Z]*.c ../${tempdir}/src |
| 155 | ## Might be a symlink to a file on another filesystem. | 155 | ## Might be a symlink to a file on another filesystem. |
| 156 | test -f ../${tempdir}/src || cp gmalloc.c ../${tempdir}/src | 156 | test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src |
| 157 | ln [a-zA-Z]*.h ../${tempdir}/src | 157 | ln [a-zA-Z]*.h ../${tempdir}/src |
| 158 | ln [a-zA-Z]*.s ../${tempdir}/src | 158 | ln [a-zA-Z]*.s ../${tempdir}/src |
| 159 | ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ | 159 | ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ |