diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-12-04 16:45:33 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-12-04 16:45:33 +0100 |
commit | 0db40b4672fb9714d9e5dbe12615fa511463d9f7 (patch) | |
tree | 0b2314e59ce9243364474f5c8f936c8c72acc27c | |
parent | 3b9483e397c91902a3d7ccc8fbc551ff335ff65c (diff) |
superficial specialcasing is superficiallibreoffice-4-0-branch-point
-rw-r--r-- | Makefile.top | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index 4f445cb63b08..9d88c7cd1713 100644 --- a/Makefile.top +++ b/Makefile.top @@ -49,7 +49,7 @@ $(1): bootstrap fetch cd $(1) && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) gb_PARTIALBUILD=T $(1).all: bootstrap fetch - $$(if $$(filter $(1),$$(shell $(GNUMAKE) -r -f $(SRCDIR)/tail_build/Makefile showmodules) tail_build), \ + $$(if $$(filter $(1),$$(shell $(GNUMAKE) -r -f $(SRCDIR)/tail_build/Makefile showmodules)), \ cd tail_build && unset MAKEFLAGS && \ export gb_TAILBUILDTARGET="$(WORKDIR)/Module/$(1) $(WORKDIR)/Module/check/$(1) $(WORKDIR)/Module/slowcheck/$(1)" && \ , \ |