# HG changeset patch # User Jim Blandy # Date 730477386 0 # Node ID 05297a5a8238a959d18b2383a625ebaa807888fd # Parent b07c27b4dca75ab84d8c1b4fd7362a951d5f824b Fix the fix. diff -r b07c27b4dca7 -r 05297a5a8238 make-dist --- a/make-dist Tue Feb 23 14:18:00 1993 +0000 +++ b/make-dist Tue Feb 23 14:23:06 1993 +0000 @@ -153,7 +153,7 @@ 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 \