From f854bb66e24af791def8e95b041935722a08624f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Oct 1993 19:55:09 +0000 Subject: [PATCH] (VPATH): Define to @srcdir@. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5