diff options
| author | Roland McGrath <roland@gnu.org> | 1993-10-03 23:11:06 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 1993-10-03 23:11:06 +0000 |
| commit | eb8a344d52834f97f99e10e1b450eb17b1e6729b (patch) | |
| tree | c2778ae6334359dc3e4224d4bc189d322bbaaeae | |
| parent | 709f7c1f59b4f7397af4c3fb4f55a194034bf9b5 (diff) | |
| download | emacs-eb8a344d52834f97f99e10e1b450eb17b1e6729b.tar.gz | |
(extrasub): Add vpath patterns for %.[yls].
| -rwxr-xr-x | configure1.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index b4ec6c9a5a6..e9564be49c0 100755 --- a/configure1.in +++ b/configure1.in @@ -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 |
