diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-02 00:22:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-02 00:22:31 +0000 |
commit | 0d60d4efe3bd033ea31cbcc0275073bac2fc4f59 (patch) | |
tree | 427e122ae60008e0e751b604b460e1308b3dbfd9 /Makefile.in | |
parent | bd5f5333b9764d701709b0833c458f06d47e4c2e (diff) | |
download | emacs-0d60d4efe3bd033ea31cbcc0275073bac2fc4f59.tar.gz |
Comment change.
Diffstat (limited to 'Makefile.in')
-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@ # expected to be in ${srcdir}/src, and the source code for Emacs's # utility programs is expected to be in ${srcdir}/lib-src. This is # set by the configure script's `--srcdir' option. + +# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. srcdir=@srcdir@ # Tell make where to find source files; this is needed for the makefiles. |