aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-02 17:03:57 +0000
committerRichard M. Stallman1997-07-02 17:03:57 +0000
commit0273f2e576516d0122072b57387f72e424a20d64 (patch)
tree36966f90d4eeb7c91a5073f52e8e720402cf73a0
parentc953515ea36cb7aab77986bb701a9b7f880b97ea (diff)
downloademacs-0273f2e576516d0122072b57387f72e424a20d64.tar.gz
emacs-0273f2e576516d0122072b57387f72e424a20d64.zip
(lisp, shortlisp): Add widget.elc.
-rw-r--r--src/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 9fcc0e7fdd8..ae0fc8a5eff 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -144,6 +144,12 @@ CC = C_COMPILER
144#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */ 144#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
145#endif /* LD_SWITCH_SYSTEM */ 145#endif /* LD_SWITCH_SYSTEM */
146 146
147/* This holds special options for linking temacs
148 that should be used for linking anything else. */
149#ifndef LD_SWITCH_SYSTEM_TEMACS
150#define LD_SWITCH_SYSTEM_TEMACS
151#endif
152
147/* Some m/MACHINE.h files define this to request special switches in ld. */ 153/* Some m/MACHINE.h files define this to request special switches in ld. */
148#ifndef LD_SWITCH_MACHINE 154#ifndef LD_SWITCH_MACHINE
149#define LD_SWITCH_MACHINE 155#define LD_SWITCH_MACHINE
@@ -685,6 +691,7 @@ lisp= \
685 VMS_SUPPORT \ 691 VMS_SUPPORT \
686 MSDOS_SUPPORT \ 692 MSDOS_SUPPORT \
687 WINNT_SUPPORT \ 693 WINNT_SUPPORT \
694 ${lispsource}widget.elc \
688 ${lispsource}window.elc \ 695 ${lispsource}window.elc \
689 ${lispsource}version.el 696 ${lispsource}version.el
690 697
@@ -741,6 +748,7 @@ shortlisp= \
741 ../lisp/text-mode.elc \ 748 ../lisp/text-mode.elc \
742 ../lisp/vc-hooks.elc \ 749 ../lisp/vc-hooks.elc \
743 ../lisp/ediff-hook.elc \ 750 ../lisp/ediff-hook.elc \
751 ../lisp/widget.elc \
744 ../lisp/window.elc \ 752 ../lisp/window.elc \
745 ../lisp/version.el 753 ../lisp/version.el
746 754