equal
deleted
inserted
replaced
129 endif |
129 endif |
130 |
130 |
131 # By default, link the *.o into the library, not the executable. |
131 # By default, link the *.o into the library, not the executable. |
132 LINK_INTO$(LINK_INTO) = LIBJVM |
132 LINK_INTO$(LINK_INTO) = LIBJVM |
133 |
133 |
134 JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH) |
134 JDK_LIBDIR = $(JAVA_HOME)/lib/$(LIBARCH) |
135 |
135 |
136 #---------------------------------------------------------------------- |
136 #---------------------------------------------------------------------- |
137 # jvm_db & dtrace |
137 # jvm_db & dtrace |
138 include $(MAKEFILES_DIR)/dtrace.make |
138 include $(MAKEFILES_DIR)/dtrace.make |
139 |
139 |