| author | Peter Foley <pefoley2@verizon.net> | 2012-08-14 14:36:05 (GMT) |
|---|---|---|
| committer | Peter Foley <pefoley2@verizon.net> | 2012-08-15 22:00:05 (GMT) |
| commit | 5133d3c48fd6d2a795e42b87a1e7b464946606a3 (patch) (side-by-side diff) | |
| tree | 1e2f0289b9e1f44b2f0aba8f80bd51db98e25e90 | |
| parent | 48fd7112d3890036d4dc321a65e3281a13c3c5f2 (diff) | |
| download | core-5133d3c48fd6d2a795e42b87a1e7b464946606a3.zip core-5133d3c48fd6d2a795e42b87a1e7b464946606a3.tar.gz | |
fix error when dictionaries has not been fetched yet
Change-Id: Id40b2fb6f8e1667bcb5164e483ea7c6949b627a1
| -rw-r--r-- | Makefile.top | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.top b/Makefile.top index 2622e3e..d9ddea4 100644 --- a/Makefile.top +++ b/Makefile.top @@ -247,7 +247,10 @@ xpdf\ xsltml\ zlib\ +ifneq ($(wildcard dictionaries/Module_dictionaries.mk),) gb_TAILBUILDMODULES := $(shell $(GNUMAKE) -r -f $(SRCDIR)/tail_build/Makefile showmodules) +endif + export gb_TAILBUILDTARGET=all slowcheck define gbuild_module_rules |
