mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile
Reviewed-by: tbell
This commit is contained in:
parent
fb26d8497e
commit
2c83d314bc
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ else
|
||||||
ifdef ALT_JDK_TOPDIR
|
ifdef ALT_JDK_TOPDIR
|
||||||
ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_TOPDIR)
|
ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_TOPDIR)
|
||||||
else
|
else
|
||||||
ifdef ALT_JDK_IMPORT_DIR
|
ifdef ALT_JDK_IMPORT_PATH
|
||||||
ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_DIR)
|
ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_PATH)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue