1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(extrasub): Add vpath patterns for %.[yls].

This commit is contained in:
Roland McGrath 1993-10-03 23:11:06 +00:00
parent 709f7c1f59
commit eb8a344d52

View File

@ -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