view vpath.sed @ 16028:fbe8d94bff00

(path-separator, grep-null-device, grep-regexp-alist) (file-name-buffer-file-type-alist, find-buffer-file-type): (find-file-not-found-set-buffer-file-type, find-file-binary): (find-file-text, mode-line-format): Moved to dos-nt.el. (save-to-unix-hook, revert-from-unix-hook) (using-unix-filesystems): Functions removed.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 17:10:56 +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)\
\