diff options
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 9e21562d226..e25acb5a3de 100755 --- a/make-dist +++ b/make-dist @@ -269,7 +269,7 @@ echo "Making links to \`lib-src'." echo "Making links to \`nt'." (cd nt - ln emacs.ico emacs.rc ../${tempdir}/nt + ln emacs.ico emacs.rc config.nt config.w95 ../${tempdir}/nt ln [a-z]*.bat [a-z]*.h makefile.* todo ChangeLog install readme ../${tempdir}/nt) echo "Making links to \`nt/inc'." |