aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'."
153 echo " (If we can't link gmalloc.c, that's okay.)" 153 echo " (If we can't link gmalloc.c, that's okay.)"
154 ln [a-zA-Z]*.c ../${tempdir}/src 154 ln [a-zA-Z]*.c ../${tempdir}/src
155 ## Might be a symlink to a file on another filesystem. 155 ## Might be a symlink to a file on another filesystem.
156 test -f ../${tempdir}/src || cp gmalloc.c ../${tempdir}/src 156 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src
157 ln [a-zA-Z]*.h ../${tempdir}/src 157 ln [a-zA-Z]*.h ../${tempdir}/src
158 ln [a-zA-Z]*.s ../${tempdir}/src 158 ln [a-zA-Z]*.s ../${tempdir}/src
159 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ 159 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \