]> git.eshelyaron.com Git - emacs.git/commitdiff
($(lisp)/mh-e/mh-loaddefs.el): Fix for building
authorAndreas Schwab <schwab@suse.de>
Mon, 10 Oct 2005 09:34:44 +0000 (09:34 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 10 Oct 2005 09:34:44 +0000 (09:34 +0000)
outside source directory.

lisp/ChangeLog
lisp/Makefile.in

index 872c21dcbc514ebfb72b8811a9b99d6229f55cfe..40a278245748418e3a372b206f2a273b9e47c295 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-10  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
+       outside source directory.
+
 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
index a66ea05f27a2494989b5811c2b1e8e46e062e9bd..226110e35c71b20cefb984d088c18d62cd0cd2a6 100644 (file)
@@ -240,9 +240,9 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH-E-SRC)
        $(EMACS) $(EMACSOPT) \
           -l autoload \
           --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \
-          --eval "(setq generated-autoload-file (expand-file-name \"mh-e/mh-loaddefs.el\"))" \
+          --eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \
           --eval "(setq make-backup-files nil)" \
-          -f batch-update-autoloads mh-e
+          -f batch-update-autoloads $(lisp)/mh-e
        echo "\f" >> $@
        echo "(provide 'mh-loaddefs)" >> $@
        echo ";;; Local Variables:" >> $@