changeset 29704:ce8197473e44

(srcdir): Define for update-subdirs.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 16 Jun 2000 23:34:27 +0000
parents 170ce838593c
children c09fad42c6c2
files lisp/Makefile.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Fri Jun 16 18:55:45 2000 +0000
+++ b/lisp/Makefile.in	Fri Jun 16 23:34:27 2000 +0000
@@ -6,6 +6,7 @@
 
 lisp=@srcdir@
 VPATH=@srcdir@
+srcdir=@srcdir@/..
 
 # You can specify a different executable on the make command line,
 # e.g. "make EMACS=../src/emacs ...".