diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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 | ||
| 1179 | bootstrap-temacs: | 1179 | bootstrap-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. */ |