diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9d37529db41..9fcc0e7fdd8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -651,10 +651,10 @@ lisp= \ | |||
| 651 | ${lispsource}loaddefs.el \ | 651 | ${lispsource}loaddefs.el \ |
| 652 | ${lispsource}map-ynp.elc \ | 652 | ${lispsource}map-ynp.elc \ |
| 653 | ${lispsource}menu-bar.elc \ | 653 | ${lispsource}menu-bar.elc \ |
| 654 | ${lispsource}mule.elc \ | 654 | ${lispsource}international/mule.elc \ |
| 655 | ${lispsource}mule-conf.el \ | 655 | ${lispsource}international/mule-conf.el \ |
| 656 | ${lispsource}mule-cmds.elc \ | 656 | ${lispsource}international/mule-cmds.elc \ |
| 657 | ${lispsource}characters.elc \ | 657 | ${lispsource}international/characters.elc \ |
| 658 | ${lispsource}language/chinese.elc \ | 658 | ${lispsource}language/chinese.elc \ |
| 659 | ${lispsource}language/cyrillic.elc \ | 659 | ${lispsource}language/cyrillic.elc \ |
| 660 | ${lispsource}language/devanagari.elc \ | 660 | ${lispsource}language/devanagari.elc \ |
| @@ -710,10 +710,10 @@ shortlisp= \ | |||
| 710 | ../lisp/loadup.el \ | 710 | ../lisp/loadup.el \ |
| 711 | ../lisp/loaddefs.el \ | 711 | ../lisp/loaddefs.el \ |
| 712 | ../lisp/map-ynp.elc \ | 712 | ../lisp/map-ynp.elc \ |
| 713 | ../lisp/mule.elc \ | 713 | ../lisp/international/mule.elc \ |
| 714 | ../lisp/mule-conf.el \ | 714 | ../lisp/international/mule-conf.el \ |
| 715 | ../lisp/mule-cmds.elc \ | 715 | ../lisp/international/mule-cmds.elc \ |
| 716 | ../lisp/characters.elc \ | 716 | ../lisp/ainternational/characters.elc \ |
| 717 | ../lisp/language/chinese.elc \ | 717 | ../lisp/language/chinese.elc \ |
| 718 | ../lisp/language/cyrillic.elc \ | 718 | ../lisp/language/cyrillic.elc \ |
| 719 | ../lisp/language/devanagari.elc \ | 719 | ../lisp/language/devanagari.elc \ |