Changeset 150
- Timestamp:
- Sep 17, 2010, 8:38:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/security/krb5/Makefile
r74 r150 34 34 AUTO_FILES_JAVA_DIRS = sun/security/krb5 35 35 36 ifeq ($( filter-out windows os2, $(PLATFORM)),)36 ifeq ($(PLATFORM), windows) 37 37 # 38 38 # Java files that define native methods … … 62 62 # Rules 63 63 # 64 ifeq ($( filter-out windows os2, $(PLATFORM)),)64 ifeq ($(PLATFORM), windows) 65 65 ifeq ($(JGSS_NATIVE_DIR_EXISTS), true) 66 66 include $(BUILDDIR)/common/Library.gmk
Note:
See TracChangeset
for help on using the changeset viewer.