]> git.eshelyaron.com Git - emacs.git/commitdiff
(MOUSE_SUPPORT): Delete menu-bar.elc.
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 May 1997 19:42:05 +0000 (19:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 May 1997 19:42:05 +0000 (19:42 +0000)
(lisp): Move menu-bar.elc here.
Add custom.elc and cus-start.elc.

src/Makefile.in

index 789ab8250ab8ec88958624d65ebe3346d8754377..9bf0012a6f2d73e60c8ad22df944538e9f5df419 100644 (file)
@@ -583,7 +583,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
 #endif
 
 #ifdef HAVE_MOUSE
-#define MOUSE_SUPPORT ${lispsource}menu-bar.elc ${lispsource}mouse.elc \
+#define MOUSE_SUPPORT ${lispsource}mouse.elc \
   ${lispsource}select.elc ${lispsource}scroll-bar.elc
 #else
 #define MOUSE_SUPPORT
@@ -629,6 +629,8 @@ lisp= \
        ${lispsource}abbrev.elc \
        ${lispsource}buff-menu.elc \
        ${lispsource}byte-run.elc \
+       ${lispsource}cus-start.elc \
+       ${lispsource}custom.elc \
        ${lispsource}files.elc \
        ${lispsource}fill.elc \
        ${lispsource}format.elc \
@@ -645,6 +647,7 @@ lisp= \
        ${lispsource}loadup.el \
        ${lispsource}loaddefs.el \
        ${lispsource}map-ynp.elc \
+       ${lispsource}menu-bar.elc \
        ${lispsource}mule.elc \
        ${lispsource}mule-conf.el \
        ${lispsource}mule-cmds.elc \