]> git.eshelyaron.com Git - emacs.git/commitdiff
(extrasub): Add vpath patterns for %.[yls].
authorRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 23:11:06 +0000 (23:11 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 23:11:06 +0000 (23:11 +0000)
configure1.in

index b4ec6c9a5a664d71c7ffe8945f70e42025df20fc..e9564be49c04510fa969d4c3a73dfcf4e4e090d4 100755 (executable)
@@ -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