summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-08-01 16:34:16 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-08-01 16:34:16 -0400
commitf5414cf0a220d6e6f3d4b6e8221cd583b4684187 (patch)
tree9f22b375a755587264d78ea9790a6dcdae9b0ee3
parenta91c58bf98258a34e5f7c1ad39a38db58fadc4b9 (diff)
downloadharfbuzz-f5414cf0a220d6e6f3d4b6e8221cd583b4684187.tar.gz
harfbuzz-f5414cf0a220d6e6f3d4b6e8221cd583b4684187.tar.bz2
harfbuzz-f5414cf0a220d6e6f3d4b6e8221cd583b4684187.zip
Use missing script for calling ragel
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bb3b425..b812419 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 =