(extrasub): Add vpath patterns for %.[yls].
This commit is contained in:
parent
709f7c1f59
commit
eb8a344d52
1 changed files with 3 additions and 0 deletions
|
@ -393,6 +393,9 @@ if [ `pwd` != `(cd ${srcdir} && pwd)` ] \
|
|||
extrasub='/^VPATH[ ]*=/c\
|
||||
vpath %.c $(srcdir)\
|
||||
vpath %.h $(srcdir)\
|
||||
vpath %.y $(srcdir)\
|
||||
vpath %.l $(srcdir)\
|
||||
vpath %.s $(srcdir)\
|
||||
vpath %.in $(srcdir)'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue