summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4947cbf..d6b1b7d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,11 +38,11 @@ endif
export OPENWRTVERSION
ifneq ($(shell ./scripts/timestamp.pl -p tmp/.pkginfo package scripts Makefile),tmp/.pkginfo)
- tmp/.pkginfo: tmpinfo-clean
+ tmp/.pkginfo: FORCE
endif
ifneq ($(shell ./scripts/timestamp.pl -p tmp/.targetinfo target/linux scripts Makefile),tmp/.targetinfo)
- tmp/.targetinfo: tmpinfo-clean
+ tmp/.targetinfo: FORCE
endif
ifeq ($(FORCE),)