From 5ecf96e3a22e896184710a9f146a8bf149af6ca4 Mon Sep 17 00:00:00 2001 From: William Hua Date: Mon, 17 Apr 2017 01:33:42 -0400 Subject: [PATCH] Use absolute paths of ragel generated headers (#467) https://github.com/behdad/harfbuzz/issues/455 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 145033a60..0c077d990 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -253,8 +253,8 @@ built-sources: $(BUILT_SOURCES) .PHONY: unicode-tables arabic-table indic-table use-table built-sources RAGEL_GENERATED = \ - $(HB_BASE_RAGEL_GENERATED_sources) \ - $(HB_OT_RAGEL_GENERATED_sources) \ + $(patsubst %,$(srcdir)/%,$(HB_BASE_RAGEL_GENERATED_sources)) \ + $(patsubst %,$(srcdir)/%,$(HB_OT_RAGEL_GENERATED_sources)) \ $(NULL) BUILT_SOURCES += $(RAGEL_GENERATED) EXTRA_DIST += \