add some missing deps for the metadata files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6513 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-03-04 20:39:56 +00:00
parent ae39d6a370
commit 236114f4c1
1 changed files with 1 additions and 1 deletions

View File

@ -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)"