mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(bootstrap-temacs): Add `-I../src'.
This commit is contained in:
parent
9406115eeb
commit
264f4c4bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -1177,7 +1177,7 @@ bootstrap: bootstrap-emacs
|
|||
Lisp files from loadup.el in source form. */
|
||||
|
||||
bootstrap-temacs:
|
||||
LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000"
|
||||
LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000 -I../src"
|
||||
|
||||
/* Dump an Emacs executable named bootstrap-emacs containing the
|
||||
files from loadup.el in source form. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue