comparison Makefile.in @ 4809:499783e8afb2

(VPATH): Define to @srcdir@.
author Roland McGrath <roland@gnu.org>
date Sun, 03 Oct 1993 19:55:09 +0000
parents 0a1aaeea3623
children d3b5893da958
comparison
equal deleted inserted replaced
4808:87a507860be7 4809:499783e8afb2
103 # Where to find the source code. The source code for Emacs's C kernel is 103 # Where to find the source code. The source code for Emacs's C kernel is
104 # expected to be in ${srcdir}/src, and the source code for Emacs's 104 # expected to be in ${srcdir}/src, and the source code for Emacs's
105 # utility programs is expected to be in ${srcdir}/lib-src. This is 105 # utility programs is expected to be in ${srcdir}/lib-src. This is
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
109 # Tell make where to find source files; this is needed for the makefiles.
110 VPATH=@srcdir@
108 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
112 # based on the values of the standard Make variables above. 115 # based on the values of the standard Make variables above.