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 cf5070f9c7b..c67af00e56c 100755
--- a/make-dist
+++ b/make-dist
@@ -167,7 +167,7 @@ echo "Making links to \`src'."
167 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ 167 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \
168 ../${tempdir}/src 168 ../${tempdir}/src
169 ln .gdbinit .dbxinit ../${tempdir}/src 169 ln .gdbinit .dbxinit ../${tempdir}/src
170 ln *.opt vms-pp.trans ../${tempdir}/src 170 ln *.opt vms-pp.trans precomp.com compile.com link.com ../${tempdir}/src
171 cd ../${tempdir}/src 171 cd ../${tempdir}/src
172 rm -f config.h paths.h Makefile 172 rm -f config.h paths.h Makefile
173 if [ -z "${newer}" ]; then 173 if [ -z "${newer}" ]; then