gbuild: SdiTarget: .hxx file is always out-of-date
... so touch it to avoid that, just to avoid the "true" rule from being invoked every time. Change-Id: I6f27c6e4b0d071b9877a38dc1f4cd3c3eb10bfc0
This commit is contained in:
@@ -40,7 +40,7 @@ $(call gb_SdiTarget_get_target,%) : $(SRCDIR)/%.sdi $(gb_SdiTarget_SVIDLDEPS)
|
||||
|
||||
# rule necessary to rebuild cxx files that include the header
|
||||
$(call gb_SdiTarget_get_target,%.hxx) : $(call gb_SdiTarget_get_target,%)
|
||||
@true
|
||||
touch $@
|
||||
|
||||
ifeq ($(gb_FULLDEPS),$(true))
|
||||
$(dir $(call gb_SdiTarget_get_dep_target,%)).dir :
|
||||
|
Reference in New Issue
Block a user