aboutsummaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-09 22:47:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-09 22:47:01 +0000
commita8f4a1bdbbd75ab3d4449a6cb6787462c0a9568b (patch)
tree41917889bf96430f85a70fd6fc426ecec2ab23a8 /include/package-ipkg.mk
parentc9f05e78203374b3830cfd836c4af4425efb997e (diff)
downloadupstream-a8f4a1bdbbd75ab3d4449a6cb6787462c0a9568b.tar.gz
upstream-a8f4a1bdbbd75ab3d4449a6cb6787462c0a9568b.tar.bz2
upstream-a8f4a1bdbbd75ab3d4449a6cb6787462c0a9568b.zip
fix recursive dependencies on build directories - should lead to fewer spontaneous rebuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7151 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index 20d1326133..597f5f87c3 100644
--- a/include/package-ipkg.mk
+++ b/include/package-ipkg.mk
@@ -78,7 +78,7 @@ ifeq ($(DUMP),)
clean: $(1)-clean
- $(PKG_BUILD_DIR)/.version-$(1)_$(VERSION)_$(PKGARCH): $(PKG_BUILD_DIR)/.prepared
+ $(PKG_BUILD_DIR)/.version-$(1)_$(VERSION)_$(PKGARCH): $(STAMP_PREPARED)
-@rm -f $(PKG_BUILD_DIR)/.version-$(1)_* 2>/dev/null
@touch $$@