summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-04 20:39:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-04 20:39:56 +0000
commit035f1eebe8cf4b5671415c13094d83e4ce44c135 (patch)
treeab9421253502f6a7de3be1ed0edc9e3cf54b673e /Makefile
parent203cccc4a22bc62775e930f957baab9dcac5cfcb (diff)
add some missing deps for the metadata files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6513 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9db23678..25f2f4eb2 100644
--- a/Makefile
+++ b/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)"