From: Felix Fietkau Date: Sun, 4 Mar 2007 20:39:56 +0000 (+0000) Subject: add some missing deps for the metadata files X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=236114f4c1070ce61da2e69ac218fe81bd79f25e;p=15.05%2Fopenwrt.git add some missing deps for the metadata files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6513 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index d9db23678d..25f2f4eb21 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)"