aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-14 20:24:08 +0000
committerGerd Moellmann2000-06-14 20:24:08 +0000
commit264f4c4bdb66a76d93e16f25a7d3d445f4562233 (patch)
tree86ab5c1e9aa9fa1a10bde52275b1368b84f56431 /src
parent9406115eeb784f9fcad24c879f3405b9c907ab04 (diff)
downloademacs-264f4c4bdb66a76d93e16f25a7d3d445f4562233.tar.gz
emacs-264f4c4bdb66a76d93e16f25a7d3d445f4562233.zip
(bootstrap-temacs): Add `-I../src'.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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
1177 Lisp files from loadup.el in source form. */ 1177 Lisp files from loadup.el in source form. */
1178 1178
1179bootstrap-temacs: 1179bootstrap-temacs:
1180 LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" 1180 LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000 -I../src"
1181 1181
1182/* Dump an Emacs executable named bootstrap-emacs containing the 1182/* Dump an Emacs executable named bootstrap-emacs containing the
1183 files from loadup.el in source form. */ 1183 files from loadup.el in source form. */