view vpath.sed @ 27915:e5b8e194d279

(start_busy_cursor): Allow floats for busy-cursor-delay.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 01 Mar 2000 10:25:12 +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)\
\