diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 11:43:36 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 11:43:36 +0000 |
commit | bdf24d7002d6457e1a834ca9d347d71be37f5980 (patch) | |
tree | aaf5a308654e63eda0efcf2ddca8d09d285be53a /cosv/util | |
parent | 85b3ed536e8d536b54af9e31e515e55c0843ff52 (diff) |
Move autodoc to OpenOffice.org
Diffstat (limited to 'cosv/util')
-rw-r--r-- | cosv/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cosv/util/makefile.mk b/cosv/util/makefile.mk index 2fcd21b4186b..f9035cb3f1e6 100644 --- a/cosv/util/makefile.mk +++ b/cosv/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: np $ $Date: 2002-03-08 14:25:40 $ +# last change: $Author: np $ $Date: 2002-03-22 12:42:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ LIB1FILES= \ # --- Targets ------------------------------------------------------ LIB1TARGET= $(LB)$/$(TARGET).lib -LIB1ARCHIV= $(LB)$/a$(TARGET).a +LIB1ARCHIV= $(LB)$/lib$(TARGET).a .INCLUDE : target.mk |