view vpath.sed @ 31317:d431eeb4028f

(toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OK and friends only after including both fcntl.h and unistd.h: some systems define them on unistd.h.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Sep 2000 13:48:00 +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)\
\