Mercurial > emacs
changeset 13461:8371f44b7099
(lisp): Add loadup.el.
(USE_@X_TOOLKIT_TYPE@): Define here, if appropriate.
(THIS_IS_YMAKEFILE): Definition deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Nov 1995 16:27:28 +0000 |
parents | 5513606156bc |
children | 3096bad240b3 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Fri Nov 10 16:19:51 1995 +0000 +++ b/src/Makefile.in Fri Nov 10 16:27:28 1995 +0000 @@ -54,7 +54,6 @@ SHELL=/bin/sh #define NO_SHORTNAMES -#define THIS_IS_YMAKEFILE #define NOT_C_CODE #include "config.h" @@ -240,6 +239,7 @@ #endif #ifdef USE_X_TOOLKIT +#define USE_@X_TOOLKIT_TYPE@ TOOLKIT_DEFINES = -DUSE_@X_TOOLKIT_TYPE@ #else TOOLKIT_DEFINES = @@ -623,6 +623,7 @@ ${lispsource}isearch.elc \ ${lispsource}lisp-mode.elc \ ${lispsource}lisp.elc \ + ${lispsource}loadup.el \ ${lispsource}loaddefs.el \ ${lispsource}map-ynp.elc \ ${lispsource}page.elc \