From: Gerd Moellmann Date: Wed, 14 Jun 2000 20:24:08 +0000 (+0000) Subject: (bootstrap-temacs): Add `-I../src'. X-Git-Tag: emacs-pretest-21.0.90~3315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=264f4c4bdb66a76d93e16f25a7d3d445f4562233;p=emacs.git (bootstrap-temacs): Add `-I../src'. --- diff --git a/src/Makefile.in b/src/Makefile.in index 0cc6998343d..76f68dd4e31 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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. */