< prev index next >

make/java/net/FILES_c.gmk

Print this page
rev 8219 : 8024900: PPC64: Enable new build on AIX (jdk part)
8024854: PPC64: Basic changes and files to build the class library on AIX
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art, erikj
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com

@@ -44,10 +44,14 @@
 
 ifeq ($(PLATFORM), linux)
     FILES_c += linux_close.c
 endif
 
+ifeq ($(PLATFORM), aix)
+    FILES_c += linux_close.c
+endif
+
 ifeq ($(PLATFORM), macosx)
     FILES_c += bsd_close.c
 endif
 
 ifeq ($(PLATFORM), windows)
< prev index next >