From: Roland McGrath Date: Sun, 3 Oct 1993 19:55:09 +0000 (+0000) Subject: (VPATH): Define to @srcdir@. X-Git-Tag: emacs-19.34~11042 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f854bb66e24af791def8e95b041935722a08624f;p=emacs.git (VPATH): Define to @srcdir@. --- diff --git a/Makefile.in b/Makefile.in index 749735b5a30..b9d32ae7a62 100644 --- a/Makefile.in +++ b/Makefile.in @@ -106,6 +106,9 @@ infodir=@infodir@ # set by the configure script's `--srcdir' option. srcdir=@srcdir@ +# Tell make where to find source files; this is needed for the makefiles. +VPATH=@srcdir@ + # ==================== Emacs-specific directories ==================== # These variables hold the values Emacs will actually use. They are