Changeset 248


Ignore:
Timestamp:
Jan 27, 2011, 6:19:15 PM (15 years ago)
Author:
dmik
Message:

jdk/make: jpda/back: De-complexified vpath definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/jpda/back/Makefile

    r74 r248  
    119119# Add to ambient vpath so we pick up the library files
    120120#
    121 ifeq ($(filter-out windows os2, $(PLATFORM)),)
    122 vpath %.c $(SHARE_SRC)/back:$(SHARE_SRC)/back
    123 endif # PLATFORM
    124 vpath %.c $(SHARE_SRC)/back:$(PLATFORM_SRC)/back
    125 
     121vpath %.c $(SHARE_SRC)/back $(PLATFORM_SRC)/back
Note: See TracChangeset for help on using the changeset viewer.