Changeset 110


Ignore:
Timestamp:
Aug 20, 2010, 12:02:32 AM (15 years ago)
Author:
dmik
Message:

jdk/make: Fixed debug build (object file was picked up from the wrong dir due to VPATH).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/make/os2/makefiles/vm.make

    r81 r110  
    105105
    106106Src_Dirs = \
    107   ../generated                          \
    108107  ../generated/incls                    \
    109108  ../generated/jvmtifiles               \
     
    140139
    141140# Where to find the include files for the virtual machine
    142 CPP_FLAGS += $(Src_Dirs:%=-I'%')
     141CPP_FLAGS += -I../generated $(Src_Dirs:%=-I'%')
    143142
    144143# Where to find the source code for the virtual machine
Note: See TracChangeset for help on using the changeset viewer.