Changeset 53


Ignore:
Timestamp:
Jul 12, 2010, 12:48:42 AM (15 years ago)
Author:
dmik
Message:

hotspot/make: Wrong slashes.

File:
1 edited

Legend:

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

    r45 r53  
    128128  $(WorkSpace)/src/share/vm/opto        \
    129129  $(WorkSpace)/src/os/windows/vm          \
    130   $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)\vm \
     130  $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm \
    131131  $(WorkSpace)/src/cpu/$(Platform_arch)/vm \
    132132  $(WorkSpace)/src/share/vm/opto
     
    144144
    145145c1_RInfo_$(Platform_arch).obj: $(WorkSpace)/src/cpu/$(Platform_arch)/vm/c1_RInfo_$(Platform_arch).cpp
    146 os_windows.obj: $(WorkSpace)\src\os\windows\vm\os_windows.cpp
    147 os_windows_$(Platform_arch).obj: $(WorkSpace)\src\os_cpu\windows_$(Platform_arch)\vm\os_windows_$(Platform_arch).cpp
    148 osThread_windows.obj: $(WorkSpace)\src\os\windows\vm\osThread_windows.cpp
    149 conditionVar_windows.obj: $(WorkSpace)\src\os\windows\vm\conditionVar_windows.cpp
    150 getThread_windows_$(Platform_arch).obj: $(WorkSpace)\src\os_cpu\windows_$(Platform_arch)\vm\getThread_windows_$(Platform_arch).cpp
    151 opcodes.obj: $(WorkSpace)\src\share\vm\opto\opcodes.cpp
    152 bytecodeInterpreter.obj: $(WorkSpace)\src\share\vm\interpreter\bytecodeInterpreter.cpp
    153 bytecodeInterpreterWithChecks.obj: ..\generated\jvmtifiles\bytecodeInterpreterWithChecks.cpp
     146os_windows.obj: $(WorkSpace)/src/os/windows/vm/os_windows.cpp
     147os_windows_$(Platform_arch).obj: $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm/os_windows_$(Platform_arch).cpp
     148osThread_windows.obj: $(WorkSpace)/src/os/windows/vm/osThread_windows.cpp
     149conditionVar_windows.obj: $(WorkSpace)/src/os/windows/vm/conditionVar_windows.cpp
     150getThread_windows_$(Platform_arch).obj: $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm/getThread_windows_$(Platform_arch).cpp
     151opcodes.obj: $(WorkSpace)/src/share/vm/opto/opcodes.cpp
     152bytecodeInterpreter.obj: $(WorkSpace)/src/share/vm/interpreter/bytecodeInterpreter.cpp
     153bytecodeInterpreterWithChecks.obj: ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp
    154154
    155155# Default rules for the Virtual Machine
Note: See TracChangeset for help on using the changeset viewer.