diff options
| author | Richard M. Stallman | 1997-05-06 19:42:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-06 19:42:05 +0000 |
| commit | 94636ed5e85d0a884c75afdc14ba6bb3431a28b0 (patch) | |
| tree | c31413fe0444cb71354429f6185f83fde755b669 /src | |
| parent | a8f44d07f95b019f95977f0d8ed2edbefe2fc5e5 (diff) | |
| download | emacs-94636ed5e85d0a884c75afdc14ba6bb3431a28b0.tar.gz emacs-94636ed5e85d0a884c75afdc14ba6bb3431a28b0.zip | |
(MOUSE_SUPPORT): Delete menu-bar.elc.
(lisp): Move menu-bar.elc here.
Add custom.elc and cus-start.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 789ab8250ab..9bf0012a6f2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -583,7 +583,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) | |||
| 583 | #endif | 583 | #endif |
| 584 | 584 | ||
| 585 | #ifdef HAVE_MOUSE | 585 | #ifdef HAVE_MOUSE |
| 586 | #define MOUSE_SUPPORT ${lispsource}menu-bar.elc ${lispsource}mouse.elc \ | 586 | #define MOUSE_SUPPORT ${lispsource}mouse.elc \ |
| 587 | ${lispsource}select.elc ${lispsource}scroll-bar.elc | 587 | ${lispsource}select.elc ${lispsource}scroll-bar.elc |
| 588 | #else | 588 | #else |
| 589 | #define MOUSE_SUPPORT | 589 | #define MOUSE_SUPPORT |
| @@ -629,6 +629,8 @@ lisp= \ | |||
| 629 | ${lispsource}abbrev.elc \ | 629 | ${lispsource}abbrev.elc \ |
| 630 | ${lispsource}buff-menu.elc \ | 630 | ${lispsource}buff-menu.elc \ |
| 631 | ${lispsource}byte-run.elc \ | 631 | ${lispsource}byte-run.elc \ |
| 632 | ${lispsource}cus-start.elc \ | ||
| 633 | ${lispsource}custom.elc \ | ||
| 632 | ${lispsource}files.elc \ | 634 | ${lispsource}files.elc \ |
| 633 | ${lispsource}fill.elc \ | 635 | ${lispsource}fill.elc \ |
| 634 | ${lispsource}format.elc \ | 636 | ${lispsource}format.elc \ |
| @@ -645,6 +647,7 @@ lisp= \ | |||
| 645 | ${lispsource}loadup.el \ | 647 | ${lispsource}loadup.el \ |
| 646 | ${lispsource}loaddefs.el \ | 648 | ${lispsource}loaddefs.el \ |
| 647 | ${lispsource}map-ynp.elc \ | 649 | ${lispsource}map-ynp.elc \ |
| 650 | ${lispsource}menu-bar.elc \ | ||
| 648 | ${lispsource}mule.elc \ | 651 | ${lispsource}mule.elc \ |
| 649 | ${lispsource}mule-conf.el \ | 652 | ${lispsource}mule-conf.el \ |
| 650 | ${lispsource}mule-cmds.elc \ | 653 | ${lispsource}mule-cmds.elc \ |