diff options
author | Michael Stahl <mst@apache.org> | 2011-09-07 10:21:07 +0000 |
---|---|---|
committer | Michael Stahl <mst@apache.org> | 2011-09-07 10:21:07 +0000 |
commit | c66a8b86aae3b671057e63c9a5e8230f613e942a (patch) | |
tree | 834477aa2bc69e5175a36029d6bf8260c03e9bd6 /solenv | |
parent | 65473e0f759a41a32af505f44a321acaefea823b (diff) |
gbuild: RepositoryFixes.mk should be optional
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index c370ca57ce81..48175c8c014a 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -137,7 +137,8 @@ endif include $(GBUILDDIR)/Tempfile.mk -include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk) +# this is optional +-include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk) $(eval $(call gb_Helper_collect_knownlibs)) |