Use absolute paths of ragel generated headers (#467)
https://github.com/behdad/harfbuzz/issues/455
This commit is contained in:
parent
c42869eb71
commit
5ecf96e3a2
|
@ -253,8 +253,8 @@ built-sources: $(BUILT_SOURCES)
|
||||||
.PHONY: unicode-tables arabic-table indic-table use-table built-sources
|
.PHONY: unicode-tables arabic-table indic-table use-table built-sources
|
||||||
|
|
||||||
RAGEL_GENERATED = \
|
RAGEL_GENERATED = \
|
||||||
$(HB_BASE_RAGEL_GENERATED_sources) \
|
$(patsubst %,$(srcdir)/%,$(HB_BASE_RAGEL_GENERATED_sources)) \
|
||||||
$(HB_OT_RAGEL_GENERATED_sources) \
|
$(patsubst %,$(srcdir)/%,$(HB_OT_RAGEL_GENERATED_sources)) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
BUILT_SOURCES += $(RAGEL_GENERATED)
|
BUILT_SOURCES += $(RAGEL_GENERATED)
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
|
|
Loading…
Reference in New Issue