diff options
Diffstat (limited to 'src')
| -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 \ |