summaryrefslogtreecommitdiff
path: root/vpath.sed
blob: 4f43cd4be6561ef38f60e8d547a69a8d4137a43a (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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\