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