diff options
author | Robert Nagy <robert@openbsd.org> | 2010-11-07 19:52:01 +0100 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2010-11-07 19:52:01 +0100 |
commit | 59603a9d6bf7d6af7c8f6b055b959248565a4aff (patch) | |
tree | 750ee75bad81f7aae27e46e1e51c160b6f754428 /i18npool | |
parent | 357f952430f0ac0f9ade97fda9194f920d65b2fd (diff) |
use LIBTARGET=NO to avoid multiple definition of target recipe
Diffstat (limited to 'i18npool')
-rw-r--r-- | 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 fa05cc21f3f9..ea67c19b3a7a 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 |