Fix dependencies for regex.texi. It is constructed by merging a C header

file with an info source file.
This commit is contained in:
Bruce Evans 1995-07-12 19:02:06 +00:00
parent 460396d6ee
commit fce8868368
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9498

View file

@ -1,7 +1,7 @@
INFO = regex
CLEANFILES += regex.texi
regex.texi: xregex.texi
regex.texi: xregex.texi ../regex.h
awk -f ${.CURDIR}/include.awk -vsource=${.CURDIR}/../regex.h \
< ${.CURDIR}/xregex.texi \
| expand >$@