From: Felix Fietkau Date: Sun, 12 Nov 2006 01:45:43 +0000 (+0000) Subject: fix unnecessary rebuild of .targetinfo X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=54edef5bb1f85bb01eb15d0ed959d865f63ae49a fix unnecessary rebuild of .targetinfo SVN-Revision: 5504 --- diff --git a/Makefile b/Makefile index 4947cbf954..d6b1b7d618 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),)