Skip to content
Snippets Groups Projects
Commit 0a11febc authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Makefile: add prereq target

This fixes targets like toolchain/clean.
parent 2e434774
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,9 @@ gluon_prepared_stamp := $(BOARD_BUILDDIR)/prepared ...@@ -149,6 +149,9 @@ gluon_prepared_stamp := $(BOARD_BUILDDIR)/prepared
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
prereq: FORCE
+$(NO_TRACE_MAKE) prereq
package/lua/host/install: tools/sed/install package/lua/host/install: tools/sed/install
gluon-tools: package/lua/host/install gluon-tools: package/lua/host/install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment