--- ../../j2se/make/common/Defs-bsd.gmk.orig Fri Mar 7 01:38:41 2003 +++ ../../j2se/make/common/Defs-bsd.gmk Fri Mar 7 01:38:01 2003 @@ -155,7 +155,7 @@ # DEVTOOLS_PATH is for other tools required for building (such as # zip, etc.) -DEVTOOLS_PATH = /usr/local/bin/ +DEVTOOLS_PATH = ${LOCALBASE}/bin/ # Allow the user to override the default value... ifdef ALT_DEVTOOLS_PATH DEVTOOLS_PATH = $(subst //,/,$(ALT_DEVTOOLS_PATH)/)