From 105a602ecf14e4afe29f88e062496135bce41dc7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 12 Nov 2006 05:06:56 +0000 Subject: implement target profiles in menuconfig SVN-Revision: 5512 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3