From 0db40b4672fb9714d9e5dbe12615fa511463d9f7 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 4 Dec 2012 16:45:33 +0100 Subject: superficial specialcasing is superficial --- Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" && \ , \ -- cgit