From: Richard M. Stallman Date: Wed, 24 Feb 1999 05:31:37 +0000 (+0000) Subject: Fix nt/icons directory handling. X-Git-Tag: emacs-20.4~554 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/91978d00d1ee6ea12fd37291431fb5f29ef79405 Fix nt/icons directory handling. --- diff --git a/make-dist b/make-dist index 9e1ebdf3e2..a09d988a85 100755 --- a/make-dist +++ b/make-dist @@ -443,7 +443,7 @@ echo "Making links to \`nt/inc/netinet'" echo "Making links to \`nt/icons'" (cd nt/icons - ln [a-z]*.ico ../../../${tempdir}/nt/icons) + ln [a-z]*.ico ../../${tempdir}/nt/icons) echo "Making links to \`msdos'" (cd msdos