[Libreoffice-commits] .: io/source
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Mar 30 01:41:57 PDT 2012
io/source/acceptor/makefile.mk | 4 ++--
io/source/connector/makefile.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d6b806aa589683561ee5afd0895df3eb7e009085
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Mar 30 10:41:01 2012 +0200
fix build
Apparently the order in makefile.mk matters. Without this higher,
acceptor.uno.dll does not get built.
diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk
index 566c2b5..6e23b3c 100644
--- a/io/source/acceptor/makefile.mk
+++ b/io/source/acceptor/makefile.mk
@@ -72,6 +72,8 @@ DEF1NAME= $(SHL1TARGET)
.ENDIF # L10N_framework
+.INCLUDE : target.mk
+
.IF "$(OS)" != "IOS"
$(MISC)/acceptor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
@@ -83,5 +85,3 @@ $(MISC)/acceptor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
ALLTAR : $(MISC)/acceptor.component
.ENDIF # IOS
-
-.INCLUDE : target.mk
diff --git a/io/source/connector/makefile.mk b/io/source/connector/makefile.mk
index 2470b61..a4f7956 100644
--- a/io/source/connector/makefile.mk
+++ b/io/source/connector/makefile.mk
@@ -72,6 +72,8 @@ DEF1NAME= $(SHL1TARGET)
.ENDIF # L10N_framework
+.INCLUDE : target.mk
+
.IF "$(OS)" != "IOS"
ALLTAR : $(MISC)/connector.component
@@ -83,5 +85,3 @@ $(MISC)/connector.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
$(SOLARENV)/bin/createcomponent.xslt connector.component
.ENDIF # IOS
-
-.INCLUDE : target.mk
More information about the Libreoffice-commits
mailing list