diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
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 | ||