diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-09 12:28:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-09 12:28:35 +0000 |
commit | c4b7ef3eb32f6c394ac9dd865a1ba804d56dbc49 (patch) | |
tree | 9bae110c7a8e4fb2b2663598a79fa56b10ee6ac0 /agg | |
parent | 79b4b7c9cfa7c6e021ad78a7e46b0b12cb17037f (diff) |
INTEGRATION: CWS pj40 (1.2.2); FILE MERGED
2005/11/07 17:14:25 thb 1.2.2.1: #i57388# No need to generate (default) description for an external module. Disabled that.
Diffstat (limited to 'agg')
-rwxr-xr-x | agg/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/agg/source/makefile.mk b/agg/source/makefile.mk index 51bf4086b295..502699dd9137 100755 --- a/agg/source/makefile.mk +++ b/agg/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: thb $ $Date: 2005-10-26 19:26:06 $ +# last change: $Author: rt $ $Date: 2005-11-09 13:28:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,8 @@ DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt \ DEF1DES =agg DEFLIB1NAME =$(TARGET) +NO_SHL1DESCRIPTION=TRUE + # --- Targets ---------------------------------- .INCLUDE : target.mk |