summaryrefslogtreecommitdiff
path: root/cesar/common/make
diff options
context:
space:
mode:
authorNicolas Schodet2011-08-03 17:46:49 +0200
committerNicolas Schodet2011-08-03 17:49:32 +0200
commit226e42c965f25c315e078304e512cfc15dd20a6b (patch)
tree9228d25a42f213490aaae933339ab636dc201ad1 /cesar/common/make
parent6310e08e15d573482c50db773eb52a7ca5ff0f60 (diff)
cesar/common/make: fix ecos build dependencies for parallel builds
The ecos target "all" internally depends on the target "headers", this should be reflected in cesar build system or else "make all" and "make headers" could be run in parallel.
Diffstat (limited to 'cesar/common/make')
-rw-r--r--cesar/common/make/ecos.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/common/make/ecos.mk b/cesar/common/make/ecos.mk
index 5622be75b1..a4b9f08c84 100644
--- a/cesar/common/make/ecos.mk
+++ b/cesar/common/make/ecos.mk
@@ -97,7 +97,7 @@ EXTRA_CLEAN += ecos.clean
.PHONY: ecos.all ecos.headers ecos.tree ecos.config ecos.compact-config ecos.clean
$(ECOS_LIBS) $(ECOS_LD_SCRIPT): ecos.all
-ecos.all: $(ECOS_TREE_STAMP)
+ecos.all: $(ECOS_HEADERS_STAMP)
@echo "MAKE [target] ecos.all"
$Q$(MAKE) $(ECOS_MAKEFLAGS) $(ECOS_SILENT) -C $(ECOS_BUILD_DIR)