1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

* admin/update_autogen: Fix refreshing grammar-wy.el.

This commit is contained in:
Stefan Kangas 2022-08-06 11:46:43 +02:00
parent 870be1e106
commit 907ad6522a

View File

@ -300,7 +300,7 @@ make -C lisp "$@" autoloads EMACS=../src/bootstrap-emacs || die "make src error"
# Refresh the prebuilt grammar-wy.el
grammar_in=lisp/cedet/semantic/grammar-wy.el
grammar_out=lisp/cedet/semantic/grm-wy-boot.el
make -C admin/grammars/ ../../$grammar_in
make -C admin/grammars/ ../../$grammar_in EMACS=../../src/bootstrap-emacs
cp $grammar_in $grammar_out || die "cp grm_wy_boot error"