summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-28 17:26:44 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-28 20:17:25 +0100
commit097aafa874165eda3d9a51757eb3bc3b67c2685b (patch)
tree31f4a7db26a7ff168e12da0e042f85265828be65 /solenv/gbuild
parente2ce159ce821fb13c12c7bb9df55056ccee7faab (diff)
gbuild: remove dummy rule for OUTDIR/inc
Nobody has such paths in .d files any more. Change-Id: I0089f5ad1e69ed7a2ae7a4c33461bbeb5a47fcfd
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/Package.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/gbuild/Package.mk b/solenv/gbuild/Package.mk
index 8507537bd7d3..febb505fa020 100644
--- a/solenv/gbuild/Package.mk
+++ b/solenv/gbuild/Package.mk
@@ -35,14 +35,6 @@ endef
$(foreach destination,$(call gb_PackagePart_get_destinations),$(eval \
$(call gb_PackagePart__rule,$(destination))))
-# Dummy rule to force rebuild of files that depend on headers in
-# $(OUTDIR)/inc (thus the dep files will be rebuild too). Otherwise
-# incremental build will fail with 'No rule to make target ...'.
-#
-# This should be removed again after some time.
-$(OUTDIR)/inc/% :
- @true
-
# Deliver one file to the output dir.
#
# gb_PackagePart_PackagePart destfile source prep-target outdir