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/jpda/back/Makefile

    r2 r74  
    4949                 -I$(GENNATIVESRCDIR)/jdwp
    5050
    51 ifneq ($(PLATFORM), windows)
     51ifneq ($(filter-out windows os2, $(PLATFORM)),)
    5252  OTHER_LDLIBS += -ldl
    5353endif # PLATFORM
     
    119119# Add to ambient vpath so we pick up the library files
    120120#
    121 ifeq ($(PLATFORM), windows)
     121ifeq ($(filter-out windows os2, $(PLATFORM)),)
    122122vpath %.c $(SHARE_SRC)/back:$(SHARE_SRC)/back
    123123endif # PLATFORM
Note: See TracChangeset for help on using the changeset viewer.