diff options
| author | Richard M. Stallman | 1998-08-02 00:22:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-02 00:22:31 +0000 |
| commit | 0d60d4efe3bd033ea31cbcc0275073bac2fc4f59 (patch) | |
| tree | 427e122ae60008e0e751b604b460e1308b3dbfd9 | |
| parent | bd5f5333b9764d701709b0833c458f06d47e4c2e (diff) | |
| download | emacs-0d60d4efe3bd033ea31cbcc0275073bac2fc4f59.tar.gz emacs-0d60d4efe3bd033ea31cbcc0275073bac2fc4f59.zip | |
Comment change.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5c26e33cd42..a4b2448916b 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -108,6 +108,8 @@ bitmapdir=@bitmapdir@ | |||
| 108 | # expected to be in ${srcdir}/src, and the source code for Emacs's | 108 | # expected to be in ${srcdir}/src, and the source code for Emacs's |
| 109 | # utility programs is expected to be in ${srcdir}/lib-src. This is | 109 | # utility programs is expected to be in ${srcdir}/lib-src. This is |
| 110 | # set by the configure script's `--srcdir' option. | 110 | # set by the configure script's `--srcdir' option. |
| 111 | |||
| 112 | # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. | ||
| 111 | srcdir=@srcdir@ | 113 | srcdir=@srcdir@ |
| 112 | 114 | ||
| 113 | # Tell make where to find source files; this is needed for the makefiles. | 115 | # Tell make where to find source files; this is needed for the makefiles. |