diff options
-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 |