< prev index next >

make/com/sun/security/auth/module/Makefile

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

*** 65,75 **** include FILES_export_solaris.gmk include FILES_c_unix.gmk include FILES_c_solaris.gmk endif # solaris ! ifneq (,$(findstring $(PLATFORM), linux macosx)) LIBRARY = jaas_unix include FILES_export_unix.gmk include FILES_c_unix.gmk endif # linux --- 65,75 ---- include FILES_export_solaris.gmk include FILES_c_unix.gmk include FILES_c_solaris.gmk endif # solaris ! ifneq (,$(findstring $(PLATFORM), linux macosx aix)) LIBRARY = jaas_unix include FILES_export_unix.gmk include FILES_c_unix.gmk endif # linux
< prev index next >