diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 11:44:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 11:44:38 +0000 |
commit | 653b59994ebe5970704421a3af4f360a72c41fa7 (patch) | |
tree | eff4372d9cd94e74382f7e3982c3ace8b33ad532 /officecfg | |
parent | dcf51369a74f2596833c945d956e5c32a0f991ed (diff) |
INTEGRATION: CWS c01v005 (1.7.128); FILE MERGED
2005/03/02 12:09:39 hjs 1.7.128.1: #119245# move processing to solenv
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/makefile.mk b/officecfg/registry/schema/org/openoffice/Office/UI/makefile.mk index 7b51206fed3f..c8be5dfdbb97 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/makefile.mk +++ b/officecfg/registry/schema/org/openoffice/Office/UI/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2004-11-17 14:09:29 $ +# last change: $Author: obo $ $Date: 2005-03-15 12:44:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,9 +62,10 @@ PRJ=..$/..$/..$/..$/..$/.. PRJNAME=officecfg -TARGET=schema +TARGET=schema_ooOUI .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Targets ------------------------------------------------------ @@ -106,5 +107,4 @@ XCSFILES= \ GenericCategories.xcs .INCLUDE : target.mk -.INCLUDE : $(PRJ)$/registry$/schema$/localtarget.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk + |