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