From f5414cf0a220d6e6f3d4b6e8221cd583b4684187 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 1 Aug 2011 16:34:16 -0400 Subject: [PATCH] Use missing script for calling ragel --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index bb3b4256a..b81241976 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 =