diff options
| author | Richard M. Stallman | 1995-11-10 16:27:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-10 16:27:28 +0000 |
| commit | 7ee4884a7d3bb291ae10b4e184a9a9c0ba5b671c (patch) | |
| tree | 9340f714671a9eef828a621721f061cec8bee952 | |
| parent | 195f798edb7664c1e04e5a115e14e94e5565b1d6 (diff) | |
| download | emacs-7ee4884a7d3bb291ae10b4e184a9a9c0ba5b671c.tar.gz emacs-7ee4884a7d3bb291ae10b4e184a9a9c0ba5b671c.zip | |
(lisp): Add loadup.el.
(USE_@X_TOOLKIT_TYPE@): Define here, if appropriate.
(THIS_IS_YMAKEFILE): Definition deleted.
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 140a3714eb6..c209576abef 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -54,7 +54,6 @@ C_SWITCH_SYSTEM= | |||
| 54 | SHELL=/bin/sh | 54 | SHELL=/bin/sh |
| 55 | 55 | ||
| 56 | #define NO_SHORTNAMES | 56 | #define NO_SHORTNAMES |
| 57 | #define THIS_IS_YMAKEFILE | ||
| 58 | #define NOT_C_CODE | 57 | #define NOT_C_CODE |
| 59 | #include "config.h" | 58 | #include "config.h" |
| 60 | 59 | ||
| @@ -240,6 +239,7 @@ SHORT= shortnames | |||
| 240 | #endif | 239 | #endif |
| 241 | 240 | ||
| 242 | #ifdef USE_X_TOOLKIT | 241 | #ifdef USE_X_TOOLKIT |
| 242 | #define USE_@X_TOOLKIT_TYPE@ | ||
| 243 | TOOLKIT_DEFINES = -DUSE_@X_TOOLKIT_TYPE@ | 243 | TOOLKIT_DEFINES = -DUSE_@X_TOOLKIT_TYPE@ |
| 244 | #else | 244 | #else |
| 245 | TOOLKIT_DEFINES = | 245 | TOOLKIT_DEFINES = |
| @@ -623,6 +623,7 @@ lisp= \ | |||
| 623 | ${lispsource}isearch.elc \ | 623 | ${lispsource}isearch.elc \ |
| 624 | ${lispsource}lisp-mode.elc \ | 624 | ${lispsource}lisp-mode.elc \ |
| 625 | ${lispsource}lisp.elc \ | 625 | ${lispsource}lisp.elc \ |
| 626 | ${lispsource}loadup.el \ | ||
| 626 | ${lispsource}loaddefs.el \ | 627 | ${lispsource}loaddefs.el \ |
| 627 | ${lispsource}map-ynp.elc \ | 628 | ${lispsource}map-ynp.elc \ |
| 628 | ${lispsource}page.elc \ | 629 | ${lispsource}page.elc \ |