view vpath.sed @ 27933:ea5807a5d84e

[WINDOWSNT]: Use sys_read and sys_write to ensure correct line-ending convention is followed.
author Jason Rumney <jasonr@gnu.org>
date Wed, 01 Mar 2000 20:55:11 +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)\
\