]> git.eshelyaron.com Git - emacs.git/commitdiff
(MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested by
authorBill Wohler <wohler@newt.com>
Thu, 13 Oct 2005 15:53:38 +0000 (15:53 +0000)
committerBill Wohler <wohler@newt.com>
Thu, 13 Oct 2005 15:53:38 +0000 (15:53 +0000)
David Robinow <drobinow@gmail.com>.

lisp/ChangeLog
lisp/makefile.w32-in

index 3e6c02b0379f4af761b25af776c91fa1d996481d..1818e11f3daaf881f18525e473bae69dd3fc24a0 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-13  Bill Wohler  <wohler@newt.com>
+
+       * makefile.w32-in (MH_E_SRC): Renamed from MH-E-SRC per NMAKE
+       restrictions. Suggested by David Robinow <drobinow@gmail.com>.
+
 2005-10-13  Kenichi Handa  <handa@m17n.org>
 
        * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
index 17e1dd76019828d421fac16cc57228a7771a02e6..df92500a0067ca2659da3c91f8710a501b211d56 100644 (file)
@@ -288,7 +288,7 @@ recompile: mh-autoloads doit
 # 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 @@ MH-E-SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el        \
        $(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." >> $@