comparison Makefile.in @ 22869:6eb4bc9083e8

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 02 Aug 1998 00:22:31 +0000
parents 79e11bd92691
children e26894ec8369
comparison
equal deleted inserted replaced
22868:79e11bd92691 22869:6eb4bc9083e8
106 106
107 # Where to find the source code. The source code for Emacs's C kernel is 107 # Where to find the source code. The source code for Emacs's C kernel is
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.
114 VPATH=@srcdir@ 116 VPATH=@srcdir@
115 117