summaryrefslogtreecommitdiffstats
path: root/rules/libpng.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-09 15:26:39 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-10 02:19:36 +0100
commit16cc445b6bb92e5fbeea476c480c03eef4a9790c (patch)
treef01a481c4c80bb4a6eb288b276492a2902dc9178 /rules/libpng.make
parent6eb09c4e84b06d07818c020a80d8dccf4a28692c (diff)
downloadptxdist-16cc445b6bb92e5fbeea476c480c03eef4a9790c.tar.gz
ptxdist-16cc445b6bb92e5fbeea476c480c03eef4a9790c.tar.xz
binconfig_glob: remove custom install stage
With commit 61211865e20efac9042ad89a9a5c28e4bc0d3100 and 6eb09c4e84b06d07818c020a80d8dccf4a28692c there's no need for a custom install stage to install '*-config' files. This patch removes it. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libpng.make')
-rw-r--r--rules/libpng.make11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules/libpng.make b/rules/libpng.make
index 66fd8a491..0ed123fa6 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -49,17 +49,6 @@ LIBPNG_AUTOCONF := \
--without-libpng-compat
# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libpng.install:
- @$(call targetinfo)
- @$(call install, LIBPNG)
- $(INSTALL) -m 755 -D $(LIBPNG_DIR)/libpng12-config $(PTXCONF_SYSROOT_CROSS)/bin/libpng12-config
- ln -sf libpng12-config $(PTXCONF_SYSROOT_CROSS)/bin/libpng-config
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------