1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix the fix.

This commit is contained in:
Jim Blandy 1993-02-23 14:23:06 +00:00
parent 8090eb098e
commit 39d6eb8e8a

View File

@ -153,7 +153,7 @@ echo "Making links to \`src'."
echo " (If we can't link gmalloc.c, that's okay.)"
ln [a-zA-Z]*.c ../${tempdir}/src
## Might be a symlink to a file on another filesystem.
test -f ../${tempdir}/src || cp gmalloc.c ../${tempdir}/src
test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src
ln [a-zA-Z]*.h ../${tempdir}/src
ln [a-zA-Z]*.s ../${tempdir}/src
ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \