summaryrefslogtreecommitdiffstats
path: root/rules/libjpeg.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-08-16 19:04:39 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-08-16 19:04:39 +0000
commitf67445a2838f1c4c88112bc0b1293024d3c5e625 (patch)
tree486a9659e718dea73ee1eb06457d65e58ae38e1c /rules/libjpeg.make
parentd90de4c854d8624d831facc1fb977a658183d0ad (diff)
downloadptxdist-f67445a2838f1c4c88112bc0b1293024d3c5e625.tar.gz
ptxdist-f67445a2838f1c4c88112bc0b1293024d3c5e625.tar.xz
fixed libjpeg install stage
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6002 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libjpeg.make')
-rw-r--r--rules/libjpeg.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libjpeg.make b/rules/libjpeg.make
index ef85bb955..334b6aa22 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -100,7 +100,7 @@ libjpeg_install: $(STATEDIR)/libjpeg.install
$(STATEDIR)/libjpeg.install: $(libjpeg_install_deps_default)
@$(call targetinfo, $@)
- # FIXME make install is broken @$(call install, LIBJPEG)
+ @$(call install, LIBJPEG)
@$(call touch, $@)
# ----------------------------------------------------------------------------