8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]

Reviewed-by: erikj, omajid, prr
This commit is contained in:
Matthias Klose 2015-11-06 17:27:27 -05:00 committed by Omair Majid
parent 10eb29b33e
commit 7afea22f63

View File

@ -476,7 +476,7 @@ endif
ifeq ($(USE_EXTERNAL_LIBJPEG), true)
LIBJPEG_LIBS := -ljpeg
BUILD_LIBJAVAJPEG_INCLUDE_FILES := \
imageIOJPEG.c \
imageioJPEG.c \
jpegdecoder.c
BUILD_LIBJAVAJPEG_HEADERS :=
else