# HG changeset patch # User Bill Wohler # Date 1129218818 0 # Node ID 52a67cff7f8ac8e18a3015461e44716e654d8b72 # Parent aa2acf40c91bc74340845c38656273f1f055d103 (MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested by David Robinow . diff -r aa2acf40c91b -r 52a67cff7f8a lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 13 13:55:40 2005 +0000 +++ b/lisp/ChangeLog Thu Oct 13 15:53:38 2005 +0000 @@ -1,3 +1,8 @@ +2005-10-13 Bill Wohler + + * makefile.w32-in (MH_E_SRC): Renamed from MH-E-SRC per NMAKE + restrictions. Suggested by David Robinow . + 2005-10-13 Kenichi Handa * international/utf-8.el (utf-8-compose): Display an invalid UTF-8 diff -r aa2acf40c91b -r 52a67cff7f8a lisp/makefile.w32-in --- a/lisp/makefile.w32-in Thu Oct 13 13:55:40 2005 +0000 +++ b/lisp/makefile.w32-in Thu Oct 13 15:53:38 2005 +0000 @@ -288,7 +288,7 @@ # Update MH-E internal autoloads. These are not to be confused with # the autoloads for the MH-E entry points, which are already in # loaddefs.el. -MH-E-SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ +MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-customize.el \ $(lisp)/mh-e/mh-e.el $(lisp)/mh-e/mh-funcs.el \ $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-pick.el \ @@ -299,7 +299,7 @@ $(lisp)/mh-e/mh-utils.el mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el -$(lisp)/mh-e/mh-loaddefs.el: $(MH-E-SRC) +$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ echo ";;" >> $@ echo ";;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc." >> $@