view vpath.sed @ 18819:881a46c98ddf

(set-auto-mode): If -*- line specifies a mode, then even if we don't use it because of just-from-file-name, still let it prevent taking the mode from a file name. (basic-save-buffer-1): Clarify error message. (cd-absolute): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Jul 1997 05:30:34 +0000
parents 4e736dcf8065
children 695cf19ef79e
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\