# HG changeset patch # User Richard M. Stallman # Date 919834297 0 # Node ID 93502884159af9c547960138f6f5e58c88b15d0d # Parent 8159c8cb33cc1cd68a47bf416a0b3ee0a878ac64 Fix nt/icons directory handling. diff -r 8159c8cb33cc -r 93502884159a make-dist --- a/make-dist Wed Feb 24 02:31:57 1999 +0000 +++ b/make-dist Wed Feb 24 05:31:37 1999 +0000 @@ -443,7 +443,7 @@ 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