From: Glenn Morris Date: Sat, 30 Nov 2013 17:54:40 +0000 (-0800) Subject: * admin/grammars/Makefile.in: Ensure output files are writable. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~621 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d715c01933abd5de65ca7668b69deefd9ab3ba66;p=emacs.git * admin/grammars/Makefile.in: Ensure output files are writable. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index f65596a1015..059376d622a 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2013-11-30 Glenn Morris + + * grammars/Makefile.in: Ensure output files are writable. + 2013-11-30 Eli Zaretskii * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in index 94c2e9a6ee2..e279dad3e57 100644 --- a/admin/grammars/Makefile.in +++ b/admin/grammars/Makefile.in @@ -65,28 +65,36 @@ wisent: ${WISENT} ${bovinedir}/c-by.el: ${srcdir}/c.by + [ ! -f "$@" ] || chmod +w "$@" ${make_bovine} -o "$@" ${srcdir}/c.by ${bovinedir}/make-by.el: ${srcdir}/make.by + [ ! -f "$@" ] || chmod +w "$@" ${make_bovine} -o "$@" ${srcdir}/make.by ${bovinedir}/scm-by.el: ${srcdir}/scheme.by + [ ! -f "$@" ] || chmod +w "$@" ${make_bovine} -o "$@" ${srcdir}/scheme.by ${cedetdir}/semantic/grammar-wy.el: ${srcdir}/grammar.wy + [ ! -f "$@" ] || chmod +w "$@" ${make_wisent} -o "$@" ${srcdir}/grammar.wy ${wisentdir}/javat-wy.el: ${srcdir}/java-tags.wy + [ ! -f "$@" ] || chmod +w "$@" ${make_wisent} -o "$@" ${srcdir}/java-tags.wy ${wisentdir}/js-wy.el: ${srcdir}/js.wy + [ ! -f "$@" ] || chmod +w "$@" ${make_wisent} -o "$@" ${srcdir}/js.wy ${wisentdir}/python-wy.el: ${srcdir}/python.wy + [ ! -f "$@" ] || chmod +w "$@" ${make_wisent} -o "$@" ${srcdir}/python.wy ${cedetdir}/srecode/srt-wy.el: ${srcdir}/srecode-template.wy + [ ! -f "$@" ] || chmod +w "$@" ${make_wisent} -o "$@" ${srcdir}/srecode-template.wy