changeset 6102:1e79fec4a01f

8003161: small fixes to re-enable new build system Reviewed-by: dholmes, alanb, erikj
author ohrstrom
date Thu, 08 Nov 2012 12:25:15 +0100
parents 3717bcf9d7a7
children 170e8ccfbc4f
files makefiles/CompileNativeLibraries.gmk makefiles/CreateJars.gmk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makefiles/CompileNativeLibraries.gmk	Wed Nov 07 23:12:45 2012 -0500
+++ b/makefiles/CompileNativeLibraries.gmk	Thu Nov 08 12:25:15 2012 +0100
@@ -1242,7 +1242,7 @@
 		INCLUDE_FILES:=cmscam02.c cmscgats.c cmscnvrt.c cmserr.c \
 			       cmsgamma.c cmsgmt.c cmsintrp.c cmsio0.c \
 			       cmsio1.c cmslut.c cmsmd5.c cmsmtrx.c \
-			       cmsnamed.c cmsopt.c cmspack.c cmspcs.c \
+			       cmsnamed.c cmsopt.c cmshalf.c cmspack.c cmspcs.c \
 			       cmsplugin.c cmsps2.c cmssamp.c cmssm.c \
 			       cmstypes.c cmsvirt.c cmswtpnt.c cmsxform.c \
 			       LCMS.c,\
--- a/makefiles/CreateJars.gmk	Wed Nov 07 23:12:45 2012 -0500
+++ b/makefiles/CreateJars.gmk	Thu Nov 08 12:25:15 2012 +0100
@@ -271,7 +271,7 @@
 
 ifeq ($(OPENJDK_TARGET_OS), macosx)
         RT_JAR_EXCLUDES += com/sun/nio/sctp \
-                           sun/nio/ch/sctp \
+                           sun/nio/ch/sctp
 endif
 
 # Find all files in the classes dir to use as dependencies. This could be more fine granular.