view vpath.sed @ 51531:897048819781

(dired-get-filename): Complain only about "." and "..", not all directories.
author Andreas Schwab <schwab@suse.de>
date Mon, 09 Jun 2003 17:05:42 +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)\
\