(bootstrap-temacs): Add `-I../src'.

This commit is contained in:
Gerd Moellmann 2000-06-14 20:24:08 +00:00
parent 9406115eeb
commit 264f4c4bdb

View file

@ -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. */