diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index bed53f8f4be..7890ea9878e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -507,12 +507,8 @@ $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \ | |||
| 507 | 507 | ||
| 508 | ## We require charprop.el to exist before ucs-normalize.el is | 508 | ## We require charprop.el to exist before ucs-normalize.el is |
| 509 | ## byte-compiled, because ucs-normalize.el needs to load 2 uni-*.el files. | 509 | ## byte-compiled, because ucs-normalize.el needs to load 2 uni-*.el files. |
| 510 | $(lispsource)/international/ucs-normalize.elc: | \ | 510 | ## And ns-win requires ucs-normalize. |
| 511 | $(lispsource)/international/charprop.el | 511 | $(lispsource)/international/ucs-normalize.elc $(lispsource)/term/ns-win.elc: | \ |
| 512 | |||
| 513 | ## ns-win.el loads ucs-normalize, so it also needs the above-mentioned | ||
| 514 | ## 2 uni-*.el files to exist. | ||
| 515 | $(lispsource)/term/ns-win.elc: | \ | ||
| 516 | $(lispsource)/international/charprop.el | 512 | $(lispsource)/international/charprop.el |
| 517 | 513 | ||
| 518 | lispintdir = ${lispsource}/international | 514 | lispintdir = ${lispsource}/international |