# HG changeset patch # User Gerd Moellmann # Date 952287854 0 # Node ID 385aa70fc40d088d9a18b3efa4849abd1cc890f1 # Parent 3d09308536f2897f326558bd4a3e0be20d57d22e (bootstrap-temacs): Set LC_ALL to C like for temacs. diff -r 3d09308536f2 -r 385aa70fc40d src/Makefile.in --- 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. */