aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
commit768b48f380f60031f632cd7d1bc6be05e03a72a8 (patch)
treedf67c1174d33863318f90dbce91f22c7b204038c /Makefile
parent87f59ecd7c9bddefaf9710b21f61b1d5a310ebfc (diff)
downloadmaster-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.tar.gz
master-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.tar.bz2
master-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.zip
implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5e1f6fd31..eed9335a5b 100644
--- a/Makefile
+++ b/Makefile
@@ -39,11 +39,11 @@ else
endif
export OPENWRTVERSION
-ifneq ($(shell ./scripts/timestamp.pl -p tmp/.pkginfo package scripts Makefile),tmp/.pkginfo)
+ifneq ($(shell ./scripts/timestamp.pl -p tmp/.pkginfo package scripts include),tmp/.pkginfo)
tmp/.pkginfo: FORCE
endif
-ifneq ($(shell ./scripts/timestamp.pl -p tmp/.targetinfo target/linux scripts Makefile),tmp/.targetinfo)
+ifneq ($(shell ./scripts/timestamp.pl -p tmp/.targetinfo target/linux scripts include),tmp/.targetinfo)
tmp/.targetinfo: FORCE
endif