Mercurial > emacs
changeset 29656:54fbbb8d8578
(bootstrap-temacs): Add `-I../src'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 14 Jun 2000 20:24:08 +0000 |
parents | 33ac4b6230c4 |
children | cdef08609770 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Wed Jun 14 20:23:14 2000 +0000 +++ b/src/Makefile.in Wed Jun 14 20:24:08 2000 +0000 @@ -1177,7 +1177,7 @@ 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. */