view vpath.sed @ 49309:c033d9bff1cc

(kill-new, kill-append, kill-region): New optional parameter yank-handler. (yank-excluded-properties): Add yank-handler to list. (yank-undo-function): New variable. (yank): Use it to undo previous yank or yank-pop command. Allow insert-for-yank to override this-command.
author Kim F. Storm <storm@cua.dk>
date Sat, 18 Jan 2003 23:34:14 +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)\
\