jpeg: fix make source

'make source' fails because the host-jpeg-source target doesn't exist
anymore. Fix this by adding this target explicitly.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Arnout Vandecappelle 2012-12-17 01:18:31 +00:00 committed by Peter Korsgaard
parent 8286d7113f
commit 7cba1dead6

View File

@ -7,3 +7,4 @@
jpeg: $(if $(BR2_PACKAGE_JPEG_TURBO),jpeg-turbo,libjpeg)
host-jpeg: host-libjpeg
host-jpeg-source: host-libjpeg-source