diff options
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r-- | print/texinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 7b0ad952c731..a3811e71a6e6 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1999/01/29 02:34:08 jmz Exp $ +# $Id: Makefile,v 1.14 1999/02/01 22:11:18 asami Exp $ # DISTNAME= texinfo @@ -24,7 +24,7 @@ NO_WRKSUBDIR= yes pre-configure: @${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR} - @chmod +w ${WRKDIR}/* + @${CHMOD} +w ${WRKDIR}/* do-build: @(cd ${WRKDIR}; initex '&tex texinfo @dump') |