1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

-v must have a space between it and the variable.

Submitted by:	David Wolfskill <david@catwhisker.org>
                (did I mention he should be a committer? :-) )
This commit is contained in:
David E. O'Brien 2001-11-01 07:11:10 +00:00
parent e258f08ad8
commit aab8cd4cfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85807

View File

@ -1,3 +1,5 @@
# $FreeBSD$
INFO = regex
INFOSECTION= "Programming & development tools."
INFOENTRY_regex= "* Regex: (regex). Regular expression library."
@ -5,7 +7,7 @@ INFOENTRY_regex= "* Regex: (regex). Regular expression library."
CLEANFILES += regex.texi
regex.texi: xregex.texi ../regex.h
awk -f ${.CURDIR}/include.awk -vsource=${.CURDIR}/../regex.h \
awk -f ${.CURDIR}/include.awk -v source=${.CURDIR}/../regex.h \
< ${.CURDIR}/xregex.texi \
| expand >$@