aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-10-03 19:55:09 +0000
committerRoland McGrath1993-10-03 19:55:09 +0000
commitf854bb66e24af791def8e95b041935722a08624f (patch)
treefd44d865c65264ca4f6429ba4da7b5e1ace7db04
parent63be7fb7d05665dae6429877ae4f7d524ebc6321 (diff)
downloademacs-f854bb66e24af791def8e95b041935722a08624f.tar.gz
emacs-f854bb66e24af791def8e95b041935722a08624f.zip
(VPATH): Define to @srcdir@.
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 749735b5a30..b9d32ae7a62 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -106,6 +106,9 @@ infodir=@infodir@
106# set by the configure script's `--srcdir' option. 106# set by the configure script's `--srcdir' option.
107srcdir=@srcdir@ 107srcdir=@srcdir@
108 108
109# Tell make where to find source files; this is needed for the makefiles.
110VPATH=@srcdir@
111
109# ==================== Emacs-specific directories ==================== 112# ==================== Emacs-specific directories ====================
110 113
111# These variables hold the values Emacs will actually use. They are 114# These variables hold the values Emacs will actually use. They are