From 264f4c4bdb66a76d93e16f25a7d3d445f4562233 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 14 Jun 2000 20:24:08 +0000 Subject: [PATCH] (bootstrap-temacs): Add `-I../src'. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5