diff options
| author | Jim Blandy | 1993-02-23 14:23:06 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-23 14:23:06 +0000 |
| commit | 39d6eb8e8a9436ebce0fa6e1ace079e1522c77d3 (patch) | |
| tree | 9ba2e10d385dbd64126d0bccc3626a919ddcbf04 /make-dist | |
| parent | 8090eb098eb9def919c2f6d7374fddbcd3442e6e (diff) | |
| download | emacs-39d6eb8e8a9436ebce0fa6e1ace079e1522c77d3.tar.gz emacs-39d6eb8e8a9436ebce0fa6e1ace079e1522c77d3.zip | |
Fix the fix.
Diffstat (limited to 'make-dist')
| -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 \ |