]> git.eshelyaron.com Git - emacs.git/commitdiff
(srcdir): Define for update-subdirs.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Jun 2000 23:34:46 +0000 (23:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Jun 2000 23:34:46 +0000 (23:34 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 3f2a66948d4817e81b2be12858e0be2db54096f9..63b861f382f1a82ba35e90a525983c8a7d3b4e25 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * Makefile.in (srcdir): Define for update-subdirs.
+
 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
 
        * find-lisp.el: New file.
index 9985d399605ced028f1b5cdde5cfd6b5ec84653c..15ecd7564f7a8a4e0a485c8c73ad5b5ea7c04a2b 100644 (file)
@@ -6,6 +6,7 @@ SHELL = /bin/sh
 
 lisp=@srcdir@
 VPATH=@srcdir@
+srcdir=@srcdir@/..
 
 # You can specify a different executable on the make command line,
 # e.g. "make EMACS=../src/emacs ...".