diff options
| -rw-r--r-- | admin/unidata/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index f51525109f7..fbe4d64be27 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -43,7 +43,7 @@ unidata.txt: ${srcdir}/UnicodeData.txt compile: ${srcdir}/unidata-gen.elc -## Depend on .el rather than .elc so as not to needless rebuild +## Depend on .el rather than .elc so as not to needlessly rebuild ## uni-*.el files just because .elc is missing. ## Same for UnicodeData.txt v unidata.txt. ${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.el ${srcdir}/UnicodeData.txt |
