aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorkatleman <none@none>2011-12-06 08:43:27 -0800
committerkatleman <none@none>2011-12-06 08:43:27 -0800
commitd3125efcd7bc031880cd69dbcd6bbb174f0aee99 (patch)
tree2ce504ec1def2865a2ea213de1d4a191c138c64f /make
parente53424b758bf8ef13f37eb52fd94aabceafcdc23 (diff)
downloadjdk8u_jaxp-d3125efcd7bc031880cd69dbcd6bbb174f0aee99.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 55076a0..b2574d7 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