diff options
author | Dirk Grobler <dg@openoffice.org> | 2002-05-06 17:45:06 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2002-05-06 17:45:06 +0000 |
commit | 6a53f71c75c56445b7e7c97d4b3e1ef3dcaf2847 (patch) | |
tree | 7b9aa53c86c2ae67346b88d48839ba44efa520d5 /officecfg/org | |
parent | 58acbc365fff8aff0fa73f648d903cc36964511b (diff) |
#99152# transition to new cfg format
Diffstat (limited to 'officecfg/org')
-rw-r--r-- | officecfg/org/openoffice/configuration/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/officecfg/org/openoffice/configuration/makefile.mk b/officecfg/org/openoffice/configuration/makefile.mk index 358354b75120..8f03d06df5d4 100644 --- a/officecfg/org/openoffice/configuration/makefile.mk +++ b/officecfg/org/openoffice/configuration/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: dg $ $Date: 2002-05-06 18:37:20 $ +# last change: $Author: dg $ $Date: 2002-05-06 18:40:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,6 +66,9 @@ PRJNAME=officecfg TARGET =cfgimport PACKAGE=org$/openoffice$/configuration +# Our jar build rules don't like -P# +MAXPROCESS=1 + # --- Settings ----------------------------------------------------- .INCLUDE : svpre.mk |