Kaydet (Commit) 5133d3c4 authored tarafından Peter Foley's avatar Peter Foley

fix error when dictionaries has not been fetched yet

Change-Id: Id40b2fb6f8e1667bcb5164e483ea7c6949b627a1
üst 48fd7112
...@@ -247,7 +247,10 @@ xpdf\ ...@@ -247,7 +247,10 @@ xpdf\
xsltml\ xsltml\
zlib\ zlib\
ifneq ($(wildcard dictionaries/Module_dictionaries.mk),)
gb_TAILBUILDMODULES := $(shell $(GNUMAKE) -r -f $(SRCDIR)/tail_build/Makefile showmodules) gb_TAILBUILDMODULES := $(shell $(GNUMAKE) -r -f $(SRCDIR)/tail_build/Makefile showmodules)
endif
export gb_TAILBUILDTARGET=all slowcheck export gb_TAILBUILDTARGET=all slowcheck
define gbuild_module_rules define gbuild_module_rules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment