summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-02-23 14:23:06 +0000
committerJim Blandy <jimb@redhat.com>1993-02-23 14:23:06 +0000
commit39d6eb8e8a9436ebce0fa6e1ace079e1522c77d3 (patch)
tree9ba2e10d385dbd64126d0bccc3626a919ddcbf04 /make-dist
parent8090eb098eb9def919c2f6d7374fddbcd3442e6e (diff)
downloademacs-39d6eb8e8a9436ebce0fa6e1ace079e1522c77d3.tar.gz
Fix the fix.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
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 \