diff src/Makefile.in @ 29656:54fbbb8d8578

(bootstrap-temacs): Add `-I../src'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 14 Jun 2000 20:24:08 +0000
parents 8b6184fd8a54
children 588de129813a
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.  */