diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-04 20:39:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-04 20:39:56 +0000 |
commit | 236114f4c1070ce61da2e69ac218fe81bd79f25e (patch) | |
tree | ab9421253502f6a7de3be1ed0edc9e3cf54b673e | |
parent | ae39d6a370ebb0171bd666a22159b70a2e921877 (diff) | |
download | upstream-236114f4c1070ce61da2e69ac218fe81bd79f25e.tar.gz upstream-236114f4c1070ce61da2e69ac218fe81bd79f25e.tar.bz2 upstream-236114f4c1070ce61da2e69ac218fe81bd79f25e.zip |
add some missing deps for the metadata files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6513 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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)" |