view vpath.sed @ 45552:0c2a22313f16

(read-directory-name): New function. (cd): Use it instead of read-file-name.
author Kim F. Storm <storm@cua.dk>
date Tue, 28 May 2002 09:08: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)\
\