changeset 105606:26a982d06189

(autoloads, $(lisp)/calendar/cal-loaddefs.el) ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el) ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to w32-batch-update-autoloads.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 Oct 2009 06:10:10 +0000
parents 97edf9210d35
children f937670ddf40
files lisp/makefile.w32-in
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Thu Oct 15 06:09:52 2009 +0000
+++ b/lisp/makefile.w32-in	Thu Oct 15 06:10:10 2009 +0000
@@ -1,8 +1,8 @@
-#  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
-#  Copyright (C) 2000, 2001, 2002, 2003, 2004,
-#                2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+#   2009  Free Software Foundation, Inc.
 
-#  This file is part of GNU Emacs.
+# This file is part of GNU Emacs.
 
 # GNU Emacs is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -214,7 +214,7 @@
 	@echo Directories: . $(WINS_UPDATES)
 	$(emacs) -l autoload \
 		--eval $(ARGQUOTE)(setq find-file-hook nil find-file-suppress-same-file-warnings t)$(ARGQUOTE) \
-		-f w32-batch-update-autoloads "$(lisp)/loaddefs.el" . $(WINS_UPDATES)
+		-f w32-batch-update-autoloads "$(lisp)/loaddefs.el" $(MAKE) . $(WINS_UPDATES)
 
 $(lisp)/subdirs.el:
 	$(MAKE) $(MFLAGS) update-subdirs
@@ -358,7 +358,7 @@
 	   --eval "(setq find-file-suppress-same-file-warnings t)" \
 	   --eval "(setq make-backup-files nil)" \
 	   -f w32-batch-update-autoloads "$(lisp)/calendar/cal-loaddefs.el" \
-	      ./calendar
+	      $(MAKE) ./calendar
 
 $(lisp)/calendar/diary-loaddefs.el:
 	"$(EMACS)" $(EMACSOPT) -l autoload \
@@ -366,7 +366,7 @@
 	   --eval "(setq find-file-suppress-same-file-warnings t)" \
 	   --eval "(setq make-backup-files nil)" \
 	   -f w32-batch-update-autoloads $(lisp)/calendar/diary-loaddefs.el \
-	      ./calendar
+	      $(MAKE) ./calendar
 
 $(lisp)/calendar/hol-loaddefs.el:
 	"$(EMACS)" $(EMACSOPT) -l autoload \
@@ -374,7 +374,7 @@
 	   --eval "(setq find-file-suppress-same-file-warnings t)" \
 	   --eval "(setq make-backup-files nil)" \
 	   -f w32-batch-update-autoloads $(lisp)/calendar/hol-loaddefs.el \
-	      ./calendar
+	      $(MAKE) ./calendar
 
 # Update MH-E internal autoloads. These are not to be confused with
 # the autoloads for the MH-E entry points, which are already in
@@ -403,7 +403,7 @@
 	   --eval $(ARGQUOTE)(setq find-file-suppress-same-file-warnings t)$(ARGQUOTE) \
 	   --eval $(ARGQUOTE)(setq make-backup-files nil)$(ARGQUOTE) \
 	   -f w32-batch-update-autoloads \
-	   $(ARGQUOTE)$(lisp)/mh-e/mh-loaddefs.el$(ARGQUOTE) ./mh-e
+	   $(ARGQUOTE)$(lisp)/mh-e/mh-loaddefs.el$(ARGQUOTE) $(MAKE) ./mh-e
 
 # Prepare a bootstrap in the lisp subdirectory.
 #