From 39d6eb8e8a9436ebce0fa6e1ace079e1522c77d3 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 23 Feb 1993 14:23:06 +0000 Subject: [PATCH] Fix the fix. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 1d103f062e0..78c834fa711 100755 --- a/make-dist +++ b/make-dist @@ -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 \