diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
commit | 105a602ecf14e4afe29f88e062496135bce41dc7 (patch) | |
tree | 486a3c1c55fa9733f87903e0adb73bd931a238b7 /Makefile | |
parent | 646342f30f409ac8030b634f2715ab9acac07858 (diff) | |
download | upstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.gz upstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.bz2 upstream-105a602ecf14e4afe29f88e062496135bce41dc7.zip |
implement target profiles in menuconfig
SVN-Revision: 5512
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |