1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 15:40:59 -08:00

(lisp): Add loadup.el.

(USE_@X_TOOLKIT_TYPE@): Define here, if appropriate.
(THIS_IS_YMAKEFILE): Definition deleted.
This commit is contained in:
Richard M. Stallman 1995-11-10 16:27:28 +00:00
parent 195f798edb
commit 7ee4884a7d

View file

@ -54,7 +54,6 @@ C_SWITCH_SYSTEM=
SHELL=/bin/sh
#define NO_SHORTNAMES
#define THIS_IS_YMAKEFILE
#define NOT_C_CODE
#include "config.h"
@ -240,6 +239,7 @@ SHORT= shortnames
#endif
#ifdef USE_X_TOOLKIT
#define USE_@X_TOOLKIT_TYPE@
TOOLKIT_DEFINES = -DUSE_@X_TOOLKIT_TYPE@
#else
TOOLKIT_DEFINES =
@ -623,6 +623,7 @@ lisp= \
${lispsource}isearch.elc \
${lispsource}lisp-mode.elc \
${lispsource}lisp.elc \
${lispsource}loadup.el \
${lispsource}loaddefs.el \
${lispsource}map-ynp.elc \
${lispsource}page.elc \