Ignore:
Timestamp:
Jul 21, 2010, 9:16:25 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Adopted a huge bunch of makefiles to OS/2 (will be tested as they get used).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/net/FILES_java.gmk

    r2 r74  
    122122        sun/net/www/protocol/http/InMemoryCookieStore.java
    123123
    124 ifeq ($(PLATFORM), windows)
     124ifeq ($(filter-out windows os2, $(PLATFORM)),)
    125125    FILES_java += sun/net/www/protocol/http/NTLMAuthSequence.java
    126126endif
Note: See TracChangeset for help on using the changeset viewer.