view vpath.sed @ 8531:4ae54c3e1dc3

(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it works fine when you use <sioctl.h>. (C_SWITCH_SYSTEM): Add -D_SYSV3 to ensure availability of traditional non-standard functions.
author Karl Heuer <kwzh@gnu.org>
date Fri, 12 Aug 1994 23:16:00 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\