From: Stefan Monnier Date: Fri, 16 Jun 2000 23:34:46 +0000 (+0000) Subject: (srcdir): Define for update-subdirs. X-Git-Tag: emacs-pretest-21.0.90~3273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0df68e9f5b6b7efcaa1442fd3d139a4ef53ff660;p=emacs.git (srcdir): Define for update-subdirs. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f2a66948d4..63b861f382f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-16 Stefan Monnier + + * Makefile.in (srcdir): Define for update-subdirs. + 2000-06-16 Gerd Moellmann * find-lisp.el: New file. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9985d399605..15ecd7564f7 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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 ...".