aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-10 09:09:47 +0000
committerRichard M. Stallman1994-04-10 09:09:47 +0000
commitccd5f1ca4c24003bb741ba2ce1d3c06cea87fb81 (patch)
treecff2804ad826a404e1288f4846d9a1ae157c9459 /make-dist
parent5b0b2316d96ec600ede93a842a2700c82a7ca00b (diff)
downloademacs-ccd5f1ca4c24003bb741ba2ce1d3c06cea87fb81.tar.gz
emacs-ccd5f1ca4c24003bb741ba2ce1d3c06cea87fb81.zip
(msdos): Don't link patch1. Link sed*.inp, not sed.in*.
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 d00207a5fdf..345ae7cda9e 100755
--- a/make-dist
+++ b/make-dist
@@ -245,7 +245,7 @@ echo "Making links to \`lib-src'."
245echo "Making links to \`msdos'." 245echo "Making links to \`msdos'."
246(cd msdos 246(cd msdos
247 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos 247 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
248 ln mainmake patch1 sed.in[123] ../${tempdir}/msdos 248 ln mainmake sed[123].inp ../${tempdir}/msdos
249 cd ../${tempdir}/msdos 249 cd ../${tempdir}/msdos
250 rm -f =*) 250 rm -f =*)
251 251