aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-10 16:27:28 +0000
committerRichard M. Stallman1995-11-10 16:27:28 +0000
commit7ee4884a7d3bb291ae10b4e184a9a9c0ba5b671c (patch)
tree9340f714671a9eef828a621721f061cec8bee952 /src/Makefile.in
parent195f798edb7664c1e04e5a115e14e94e5565b1d6 (diff)
downloademacs-7ee4884a7d3bb291ae10b4e184a9a9c0ba5b671c.tar.gz
emacs-7ee4884a7d3bb291ae10b4e184a9a9c0ba5b671c.zip
(lisp): Add loadup.el.
(USE_@X_TOOLKIT_TYPE@): Define here, if appropriate. (THIS_IS_YMAKEFILE): Definition deleted.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
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=
54SHELL=/bin/sh 54SHELL=/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@
243TOOLKIT_DEFINES = -DUSE_@X_TOOLKIT_TYPE@ 243TOOLKIT_DEFINES = -DUSE_@X_TOOLKIT_TYPE@
244#else 244#else
245TOOLKIT_DEFINES = 245TOOLKIT_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 \