diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-02-24 05:31:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-02-24 05:31:37 +0000 |
commit | 91978d00d1ee6ea12fd37291431fb5f29ef79405 (patch) | |
tree | 5fa074c4bfafdc4d1ca6159d29a52cd643b0a068 /make-dist | |
parent | 9fb7129305282105e748b41d7c23ff0d319a2e73 (diff) | |
download | emacs-91978d00d1ee6ea12fd37291431fb5f29ef79405.tar.gz |
Fix nt/icons directory handling.
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 9e1ebdf3e2b..a09d988a85f 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 |