aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-07 12:37:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-07 12:37:10 +0000
commit216fc583c75c8b9ade04174ffb400ff164a4c0e5 (patch)
treee26b8fa6fd15f259e77b4de50b3724d72aebf48e /Makefile
parent071c07028ab035c9454df7666beab65664a91e9f (diff)
downloadupstream-216fc583c75c8b9ade04174ffb400ff164a4c0e5.tar.gz
upstream-216fc583c75c8b9ade04174ffb400ff164a4c0e5.tar.bz2
upstream-216fc583c75c8b9ade04174ffb400ff164a4c0e5.zip
fix package/target scanning
SVN-Revision: 6884
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1fe29edc6..c14883a7e4 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,8 @@ endif
package/%/Makefile: ;
target/%/Makefile: ;
-tmp/.packageinfo: $(wildcard package/*/Makefile include/package*.mk include/kernel.mk)
-tmp/.targetinfo: $(wildcard target/*/Makefile include/kernel*.mk)
+tmp/.packageinfo: FORCE
+tmp/.targetinfo: FORCE
tmp/.%info:
mkdir -p tmp/info
$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="$*info" SCAN_DIR="$(patsubst target,target/linux,$*)" SCAN_NAME="$*" SCAN_DEPS="$^" SCAN_EXTRA=""