diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:33:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:33:12 +0000 |
commit | 7de37839f56d5d00eb2081f4a909d5ce17b98751 (patch) | |
tree | c635510adbf030d7679d34f88e95ad8b2c97dde9 /hsqldb | |
parent | 5becaa04cc0c871ff0a7957de955286c0a2e2057 (diff) |
INTEGRATION: CWS dba22a (1.15.6); FILE MERGED
2006/11/13 10:19:46 fs 1.15.6.1: corrected PRJNAME
Diffstat (limited to 'hsqldb')
-rwxr-xr-x | hsqldb/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hsqldb/makefile.mk b/hsqldb/makefile.mk index f3791b2d375f..05e874cf1e09 100755 --- a/hsqldb/makefile.mk +++ b/hsqldb/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: vg $ $Date: 2006-09-25 09:43:59 $ +# last change: $Author: rt $ $Date: 2006-12-01 17:33:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ PRJ=. -PRJNAME=so_hsqldb +PRJNAME=hsqldb TARGET=so_hsqldb # --- Settings ----------------------------------------------------- |