X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2821cd13222ea90af4a6f8cbeca529829f08de70..f08f0691af7bd6dc266fff403ca4ac8b48fa62cb:/include/subdir.mk diff --git a/include/subdir.mk b/include/subdir.mk index e985c30ff..217d6bc37 100644 --- a/include/subdir.mk +++ b/include/subdir.mk @@ -36,8 +36,8 @@ endef # Parameters: define stampfile - $(1)/stamp-$(3):=$(STAGING_DIR)/stampfiles/.$(2)_$(3) - $(if __rdep_$(1),, + $(1)/stamp-$(3):=$(STAGING_DIR)/stamp/.$(2)_$(3) + $(if $(__rdep_$(1)),, $(call rdep,$(1),$$($(1)/stamp-$(3)),) __rdep_$(1):=1 )