regenerate .rdb if makefile changes

Change-Id: I2298c9672b1b82f508f15b54d7f773a717df8364
This commit is contained in:
David Tardon 2015-05-07 12:27:29 +02:00
parent 2a08be751d
commit b10f32fded

View File

@ -34,6 +34,7 @@ $(call gb_Rdb_get_clean_target,%) :
define gb_Rdb__Rdb_impl
$(call gb_Rdb_get_target,$(1)) : COMPONENTS :=
$(call gb_Rdb_get_target,$(1)) : $(gb_Module_CURRENTMAKEFILE)
$$(eval $$(call gb_Module_register_target,$(2),$(call gb_Rdb_get_clean_target,$(1))))
$(call gb_Helper_make_userfriendly_targets,$(1),Rdb,$(2))