From 035f1eebe8cf4b5671415c13094d83e4ce44c135 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 4 Mar 2007 20:39:56 +0000 Subject: [PATCH] add some missing deps for the metadata files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6513 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.35.1