diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:10:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:10:53 +0000 |
commit | 4793eb5e09308567a33886c95ef74dc7ac45d092 (patch) | |
tree | 10cc7c0ad910797b6ad32d169099c8cecbe231ac /codemaker | |
parent | 588543136b7caa788efc18ca715a408877df6339 (diff) |
INTEGRATION: CWS sb18 (1.2.4); FILE MERGED
2004/04/28 08:58:29 sb 1.2.4.2: #i21150# Simplified TypeDependency to Dependencies.
2004/04/22 08:21:56 sb 1.2.4.1: #i21150# Expanded unotypesort.cxx to unotype.cxx.
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/codemaker/source/codemaker/makefile.mk b/codemaker/source/codemaker/makefile.mk index abdc8b5a1656..96ceef43d66b 100644 --- a/codemaker/source/codemaker/makefile.mk +++ b/codemaker/source/codemaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-03-30 16:52:20 $ +# last change: $Author: obo $ $Date: 2004-06-04 03:10:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,11 +68,11 @@ ENABLE_EXCEPTIONS := TRUE .INCLUDE: settings.mk OBJFILES = \ - $(OBJ)$/dependency.obj \ + $(OBJ)$/dependencies.obj \ $(OBJ)$/exceptiontree.obj \ $(OBJ)$/global.obj \ $(OBJ)$/options.obj \ $(OBJ)$/typemanager.obj \ - $(OBJ)$/unotypesort.obj + $(OBJ)$/unotype.obj .INCLUDE: target.mk |