changeset 1946:05297a5a8238

Fix the fix.
author Jim Blandy <jimb@redhat.com>
date Tue, 23 Feb 1993 14:23:06 +0000
parents b07c27b4dca7
children ba1e55a4ba76
files make-dist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \