Browse Source

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>
Arnout Vandecappelle 12 years ago
parent
commit
7cba1dead6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/jpeg/jpeg.mk

+ 1 - 0
package/jpeg/jpeg.mk

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