Mercurial > emacs
diff src/Makefile.in @ 28006:385aa70fc40d
(bootstrap-temacs): Set LC_ALL to C like for temacs.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sun, 05 Mar 2000 20:24:14 +0000 |
| parents | 0521dc31dac0 |
| children | afb4e92f898d |
line wrap: on
line diff
--- a/src/Makefile.in Sun Mar 05 20:22:48 2000 +0000 +++ b/src/Makefile.in Sun Mar 05 20:24:14 2000 +0000 @@ -1221,7 +1221,7 @@ Lisp files from loadup.el in source form. */ bootstrap-temacs: - $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" + LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" /* Dump an Emacs executable named bootstrap-emacs containing the files from loadup.el in source form. */
