view vpath.sed @ 47303:d33f4de2e8e8

(ibuffer-diff-with-file): Just call `diff-buffer-with-file'.
author Colin Walters <walters@gnu.org>
date Sat, 07 Sep 2002 21:30:55 +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)\
\