]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix autoload building command in src Makefile
authorMiles Bader <miles@gnu.org>
Sat, 21 Jun 2008 02:37:02 +0000 (02:37 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 21 Jun 2008 02:37:02 +0000 (02:37 +0000)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1268

src/ChangeLog
src/Makefile.in

index c3476f667d8f8825140460f7cd01f45237e22fb7..fb4131db81020a365b1b8ae8999d744f7f7f1ea4 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-21  Miles Bader  <miles@gnu.org>
+
+       * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
+       build dir, not the lisp source dir.
+
 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
index 7f93441039a12ad86d6a13730f180c11cdd2580c..1b283ca399bac818381a3fa36b896cf3b22a8802 100644 (file)
@@ -1349,7 +1349,7 @@ ${PRECOMP}: witness-emacs
 ${lisp} ${SOME_MACHINE_LISP}: witness-emacs ${PRECOMP}
 
 ../lisp/loaddefs.el: witness-emacs
-       cd $(lispsource); $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT}
+       cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT}
 
 /* Dump an Emacs executable named bootstrap-emacs containing the
    files from loadup.el in source form.  */