You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/12/11 16:48:03 UTC

svn commit: r485722 - in /harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux: agent/makefile transport/makefile

Author: geirm
Date: Mon Dec 11 07:48:01 2006
New Revision: 485722

URL: http://svn.apache.org/viewvc?view=rev&rev=485722
Log:
tweaks to reflect things moving over in DRLVM

Modified:
    harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile
    harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile

Modified: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile?view=diff&rev=485722&r1=485721&r2=485722
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile (original)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/agent/makefile Mon Dec 11 07:48:01 2006
@@ -26,7 +26,7 @@
 CMNAGENT=$(COMMON)agent/
 
 CFLAGS = -O1 $(HY_CFLAGS) -D_DEBUG -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT \
-         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jdk/jre/include -I. \
+         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jdk/include -I. \
          -I$(CMNAGENT)commands   -I$(CMNAGENT)core \
          -I$(COMMON)generic -Icore
 

Modified: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile?view=diff&rev=485722&r1=485721&r2=485722
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile (original)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/linux/transport/makefile Mon Dec 11 07:48:01 2006
@@ -27,7 +27,7 @@
 CMNTRANS=$(COMMON)transport/
 
 CFLAGS = -O1 $(HY_CFLAGS) -D_DEBUG -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT \
-         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jdk/jre/include -I. \
+         $(VMDEBUG) -I$(HY_HDK)/include -I$(HY_DRLVM)/jdk/include -I. \
          -I$(CMNTRANS)common   -I$(CMNTRANS)dt_socket \
          -I$(COMMON)generic -Idt_socket