view vpath.sed @ 45052:8357077d84d7

(align-region): Fixed the fix to align-region, because the "name" argument was appearing twice.
author John Wiegley <johnw@newartisans.com>
date Wed, 01 May 2002 00:54:10 +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)\
\