diff options
| author | Roland McGrath | 1993-10-03 19:55:09 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-10-03 19:55:09 +0000 |
| commit | f854bb66e24af791def8e95b041935722a08624f (patch) | |
| tree | fd44d865c65264ca4f6429ba4da7b5e1ace7db04 | |
| parent | 63be7fb7d05665dae6429877ae4f7d524ebc6321 (diff) | |
| download | emacs-f854bb66e24af791def8e95b041935722a08624f.tar.gz emacs-f854bb66e24af791def8e95b041935722a08624f.zip | |
(VPATH): Define to @srcdir@.
| -rw-r--r-- | Makefile.in | 3 |
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. |
| 107 | srcdir=@srcdir@ | 107 | srcdir=@srcdir@ |
| 108 | 108 | ||
| 109 | # Tell make where to find source files; this is needed for the makefiles. | ||
| 110 | VPATH=@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 |