diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-04 20:39:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-04 20:39:56 +0000 |
commit | 035f1eebe8cf4b5671415c13094d83e4ce44c135 (patch) | |
tree | ab9421253502f6a7de3be1ed0edc9e3cf54b673e /Makefile | |
parent | 203cccc4a22bc62775e930f957baab9dcac5cfcb (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |