summaryrefslogtreecommitdiffstats
path: root/include/subdir.mk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-21 18:07:55 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-21 18:07:55 +0000
commitb7b479ae3f4d986ab8ca6a4ea45c4a68c1d77fa2 (patch)
tree141754067b95d1679119b1cdccd18582a24adea3 /include/subdir.mk
parent0f4b236ce3d2ecd0c188d38339b1b07fcf6bbfed (diff)
rename 'stampfiles' directory to 'stamp'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/subdir.mk')
-rw-r--r--include/subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/subdir.mk b/include/subdir.mk
index 28b01b637..217d6bc37 100644
--- a/include/subdir.mk
+++ b/include/subdir.mk
@@ -36,7 +36,7 @@ endef
# Parameters: <subdir> <name> <target>
define stampfile
- $(1)/stamp-$(3):=$(STAGING_DIR)/stampfiles/.$(2)_$(3)
+ $(1)/stamp-$(3):=$(STAGING_DIR)/stamp/.$(2)_$(3)
$(if $(__rdep_$(1)),,
$(call rdep,$(1),$$($(1)/stamp-$(3)),)
__rdep_$(1):=1