X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7e3c65163fa028248cabbe3479a7f3eaa2338985..d55ff237aa21be0cc267fd5de6d835be0510b8e2:/Makefile diff --git a/Makefile b/Makefile index e5e1f6fd3..eed9335a5 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