diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 088a3a9aacd..82445b64fd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2000-03-05 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. | 3 | * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. |
| 4 | (bootstrap-temacs): Set LC_ALL to C like for temacs. | ||
| 4 | 5 | ||
| 5 | * xfns.c (QCdata): Moved to xdisp.c. | 6 | * xfns.c (QCdata): Moved to xdisp.c. |
| 6 | 7 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index 3181ccbb96a..b8e3a9fd021 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1221,7 +1221,7 @@ bootstrap: bootstrap-emacs | |||
| 1221 | Lisp files from loadup.el in source form. */ | 1221 | Lisp files from loadup.el in source form. */ |
| 1222 | 1222 | ||
| 1223 | bootstrap-temacs: | 1223 | bootstrap-temacs: |
| 1224 | $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" | 1224 | LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" |
| 1225 | 1225 | ||
| 1226 | /* Dump an Emacs executable named bootstrap-emacs containing the | 1226 | /* Dump an Emacs executable named bootstrap-emacs containing the |
| 1227 | files from loadup.el in source form. */ | 1227 | files from loadup.el in source form. */ |