summaryrefslogtreecommitdiffstats
path: root/rules/libpng.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-11 10:49:18 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-11 10:49:18 +0000
commit8d52e3af11d85a3d550a19ecdf422cc5e58e0c0a (patch)
treedeb66dd4dea489ee47c7082133ebe05a9002dcda /rules/libpng.make
parent140329fc5572356d2524b0dfe0e0cc53c5e3d191 (diff)
downloadptxdist-8d52e3af11d85a3d550a19ecdf422cc5e58e0c0a.tar.gz
ptxdist-8d52e3af11d85a3d550a19ecdf422cc5e58e0c0a.tar.xz
* libpng - typo fixed
- now it installs its config file in the correct path git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6818 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpng.make')
-rw-r--r--rules/libpng.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/libpng.make b/rules/libpng.make
index 1fb370ff0..39fb5d75c 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -3,7 +3,7 @@
#
# Copyright (C) 2003 by Robert Schwebel <r.schwebel@pengutronix.de>
# Pengutronix <info@pengutronix.de>, Germany
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -91,8 +91,8 @@ libpng_install: $(STATEDIR)/libpng.install
$(STATEDIR)/libpng.install: $(libpng_install_deps_default)
@$(call targetinfo, $@)
@$(call install, LIBPNG)
- $(INSTALL) -m 755 -D $(LIBPNG_DIR)/libpng-config $(PTXCONF_PREFIX)/bin/libpng-config
- $(INSTALL) -m 755 -D $(LIBPNG_DIR)/libpng12-config $(PTXCONF_PREFIX)/bin/libpng-config
+ $(INSTALL) -m 755 -D $(LIBPNG_DIR)/libpng-config $(PTXCONF_CROSS_PREFIXP)/bin/libpng-config
+ $(INSTALL) -m 755 -D $(LIBPNG_DIR)/libpng12-config $(PTXCONF_CROSS_PREFIX)/bin/libpng-config
@$(call touch, $@)
# ----------------------------------------------------------------------------