From d6b806aa589683561ee5afd0895df3eb7e009085 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 30 Mar 2012 10:41:01 +0200 Subject: fix build Apparently the order in makefile.mk matters. Without this higher, acceptor.uno.dll does not get built. --- io/source/acceptor/makefile.mk | 4 ++-- io/source/connector/makefile.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk index 566c2b5ca51d..6e23b3ceb77f 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 2470b614eb35..a4f7956f8350 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 -- cgit