emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Makefile.in,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in,v
Date: Sat, 21 Jun 2008 08:48:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/06/21 08:48:38

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -b -r1.392 -r1.393
--- Makefile.in 21 Jun 2008 08:18:06 -0000      1.392
+++ Makefile.in 21 Jun 2008 08:48:38 -0000      1.393
@@ -1335,7 +1335,7 @@
 /* These suffix rules do not allow additional dependencies, sadly, so
    adding a bootstrap-emacs%{EXEEXT} dependency does not work --Stef */
 .el.elc:
-       cd ${lispsource}; $(MAKE) $(MFLAGS) $@ 
EMACS=../src/bootstrap-emacs${EXEEXT}
+       cd ../lisp; $(MAKE) $(MFLAGS) $@ EMACS=../src/bootstrap-emacs${EXEEXT}
 
 /* Files that need to be compiled early to speed up further compilation.  */
 PRECOMP=../lisp/emacs-lisp/bytecomp.elc ../lisp/emacs-lisp/byte-opt.elc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]