aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorkatleman <none@none>2011-12-06 08:43:57 -0800
committerkatleman <none@none>2011-12-06 08:43:57 -0800
commit94b0b2520511a286fb65a978feb3e7a0cd2b8c2c (patch)
tree6651908a88bcd6323269e791c225644d47189957 /make
parent6eea38c859129e40b22559c7ddb899d8def91312 (diff)
downloadjdk8u_jaxws-94b0b2520511a286fb65a978feb3e7a0cd2b8c2c.tar.gz
7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
Reviewed-by: ohair, xdono, mchung
Diffstat (limited to 'make')
-rw-r--r--make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/Makefile b/make/Makefile
index 55076a02..b2574d7d 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -99,9 +99,9 @@ ifdef ALT_DROPS_DIR
DROPS_DIR = $(ALT_DROPS_DIR)
else
ifdef ALT_JDK_DEVTOOLS_DIR
- DROPS_DIR = $(ALT_JDK_DEVTOOLS_DIR)/share/jdk7-drops
+ DROPS_DIR = $(ALT_JDK_DEVTOOLS_DIR)/share/jdk8-drops
else
- DROPS_DIR = $(_SLASHJAVA)/devtools/share/jdk7-drops
+ DROPS_DIR = $(_SLASHJAVA)/devtools/share/jdk8-drops
endif
endif