diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:56:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:56:31 +0000 |
commit | 36ac045fb3dae89b05c12a7138915aab83d94c60 (patch) | |
tree | fca2345f1cf7c821e4f71a464317bc050fbb2c14 /jvmaccess | |
parent | 610b3ed5c815b78fe47d1fc8b6817b9c8e9479df (diff) |
INTEGRATION: CWS os2port01 (1.7.30); FILE MERGED
2007/07/31 20:34:34 obr 1.7.30.2: RESYNC: (1.7-1.9); FILE MERGED
2006/12/28 15:00:52 ydario 1.7.30.1: OS/2 initial import.
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk index 0f535f5c09d3..affc269deb32 100644 --- a/jvmaccess/util/makefile.mk +++ b/jvmaccess/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2007-03-26 15:55:43 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:56:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ TARGET = $(PRJNAME) ENABLE_EXCEPTIONS = TRUE -.IF "$(OS)" != "WNT" +.IF "$(OS)" != "WNT" && "$(OS)" != "OS2" UNIXVERSIONNAMES = UDK .ENDIF # WNT |