blob: fbeca94149d8ab64efd7e78fa3d982d7dd2b0004 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../../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)/)
|