From: Behdad Esfahbod Date: Mon, 12 Nov 2012 22:57:02 +0000 (-0800) Subject: Break build when ragel is needed and missing X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9334ce97bb7f1de87fb211bb5a8168033629b14;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Break build when ragel is needed and missing --- diff --git a/src/Makefile.am b/src/Makefile.am index 9f7c7f8..372c10f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -242,7 +242,7 @@ arabic-table: gen-arabic-table.py ArabicShaping.txt UnicodeData.txt .PHONY: unicode-tables arabic-table indic-table EXTRA_DIST += hb-ot-shape-complex-indic-machine.rl -hb-ot-shape-complex-indic-machine.hh: hb-ot-shape-complex-indic-machine.rl +$(srcdir)/hb-ot-shape-complex-indic-machine.hh: hb-ot-shape-complex-indic-machine.rl $(AM_V_GEN)$(top_srcdir)/missing --run ragel -e -F1 -o "$@.tmp" "$<" && \ mv "$@.tmp" "$@" || ( $(RM) "$@.tmp" && false )