[Libreoffice] [PATCH] use LIBTARGET=NO to avoid multiple definition of target recipe
Robert Nagy
robert at openbsd.org
Sun Nov 7 10:53:48 PST 2010
The diff makes i18npool/source/paper/makefile.mk define
LIBTARGET=NO just like other makefiles in the i18npool/source/ directory.
Without this patch I always get:
dmake: /home/robert/build/build/libreoffice-3.2.99.2/solenv/inc/_tg_lib.mk: line 1020: Error: -- Multiply defined recipe for target ../../unxobsd.pro/slb/i18npaper.lib
Okay to push?
---
i18npool/source/paper/makefile.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/i18npool/source/paper/makefile.mk b/i18npool/source/paper/makefile.mk
index fa05cc2..ea67c19 100644
--- a/i18npool/source/paper/makefile.mk
+++ b/i18npool/source/paper/makefile.mk
@@ -29,6 +29,7 @@ PRJ=..$/..
PRJNAME=i18npool
TARGET=i18npaper
+LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
--
1.7.3.1
More information about the LibreOffice
mailing list