6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile

Reviewed-by: tbell
This commit is contained in:
Jonathan Gibbons 2010-01-08 11:32:57 -08:00
parent fb26d8497e
commit 2c83d314bc

View file

@ -144,8 +144,8 @@ else
ifdef ALT_JDK_TOPDIR
ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_TOPDIR)
else
ifdef ALT_JDK_IMPORT_DIR
ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_DIR)
ifdef ALT_JDK_IMPORT_PATH
ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_PATH)
endif
endif
endif