diff options
author | Bill Wohler <wohler@newt.com> | 2005-10-13 15:53:38 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2005-10-13 15:53:38 +0000 |
commit | e9b286507deee12f3fd79defdd742342324299e3 (patch) | |
tree | abb55e08e6cd4ccad0e87af768b2b847bb210337 /lisp/makefile.w32-in | |
parent | b4a63d75fb4eab5d9bfeba0cd59989a013f2f298 (diff) | |
download | emacs-e9b286507deee12f3fd79defdd742342324299e3.tar.gz |
(MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested by
David Robinow <drobinow@gmail.com>.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 17e1dd76019..df92500a006 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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." >> $@ |