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:
Michael Stahl
2013-11-08 17:31:34 +01:00
parent 75601529a8
commit 8c766a4993

View File

@@ -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 :