Use missing script for calling ragel

This commit is contained in:
Behdad Esfahbod 2011-08-01 16:34:16 -04:00
parent a91c58bf98
commit f5414cf0a2
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@ EXTRA_DIST += $(GENERATORS)
BUILT_SOURCES = hb-ot-shape-complex-indic-machine.hh
EXTRA_DIST += hb-ot-shape-complex-indic-machine.rl
hb-ot-shape-complex-indic-machine.hh: hb-ot-shape-complex-indic-machine.rl
$(AM_V_GEN)ragel -e -F1 -o $@ $^
$(AM_V_GEN)$(top_srcdir)/missing --run ragel -e -F1 -o "$@.tmp" "$<" && \
mv "$@.tmp" "$@"
noinst_PROGRAMS = main test
bin_PROGRAMS =