]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-temacs): Add `-I../src'.
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Jun 2000 20:24:08 +0000 (20:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Jun 2000 20:24:08 +0000 (20:24 +0000)
src/Makefile.in

index 0cc6998343d3385996d97fa8cb6e0a171ffded69..76f68dd4e31fae4092d4200afc5b9a656daee901 100644 (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.  */