view vpath.sed @ 39204:8f8df4d24f48

(User-Chosen Coding Systems) <select-safe-coding-system>: Document the new argument accept-default-p and the variable select-safe-coding-system-accept-default-p. Tell what happens if buffer-file-coding-system is undecided. (Default Coding Systems): Document auto-coding-regexp-alist.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Sep 2001 17:48:33 +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)\
\