aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-03-05 20:25:40 +0000
committerGerd Moellmann <[email protected]>2000-03-05 20:25:40 +0000
commit6178bc237004863e16a9d8b07a0c8ad90244c34d (patch)
tree309589ff0ec5ca021e51471cccaf1111684893b7 /src/Makefile.in
parent50df5e5a037356dfc7d6b34d4fd0f368c56ed71c (diff)
(bootstrap-temacs): Set LC_ALL to C like for temacs.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 3181ccbb96..b8e3a9fd02 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1221,7 +1221,7 @@ bootstrap: bootstrap-emacs
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. */