Makefile: add prereq target
This fixes targets like toolchain/clean.
This commit is contained in:
parent
2e4347742c
commit
0a11febc7a
3
Makefile
3
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user