mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
add some missing deps for the metadata files
SVN-Revision: 6513
This commit is contained in:
parent
a44c286fdb
commit
d5c45d8a05
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ tmp/.$(1): $(FILE)
|
||||
$(FILE):
|
||||
)
|
||||
|
||||
tmp/.$(1): $(STAMP_$(1))
|
||||
tmp/.$(1): $(STAMP_$(1)) $(4)
|
||||
@echo -n Collecting $(3) info...
|
||||
@$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="$(1)" SCAN_DIR="$(2)" SCAN_NAME="$(3)" SCAN_DEPS="$(4)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user