diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2015-01-31 18:57:13 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2015-02-02 20:41:21 +0100 |
commit | 7b32c5f80fa6a2408e1e30713e59adaffdf8ec58 (patch) | |
tree | 8c7d44650fd2705c9f1ddee4f6f0a4c6f29aa142 | |
parent | abff167453e96c4bb2fb9498d9e414db78a031fe (diff) |
Fix circular dependency with libmerged, finally
It was there for a long time. Not a fatal error.
Change-Id: I7804de7494ad027eac6434a542ae55f8d42953e9
-rw-r--r-- | RepositoryModule_host.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 76bcea27151a..2d7fcb8f8768 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -191,9 +191,9 @@ $(eval $(call repositorymodule_serialize,\ $(call gb_Helper_optional,DESKTOP,swui) \ sw sd \ $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \ - writerfilter cui chartcontroller chartcore oox svx \ - $(if $(MERGELIBS),merged,svxcore) \ - xo sfx fwk svt vcl \ + writerfilter cui chartcontroller chartcore oox \ + $(if $(MERGELIBS), merged, \ + svx svxcore xo sfx fwk svt vcl) \ )) endif |