summaryrefslogtreecommitdiff
path: root/vpath.sed
blob: a6573e4e4c97eb44cf34788f4cdcd0d50aab9202 (plain)
1
2
3
4
5
6
7
/^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)\
\