summaryrefslogtreecommitdiffstats
path: root/rules/libgcrypt.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/libgcrypt.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/libgcrypt.make')
-rw-r--r--rules/libgcrypt.make14
1 files changed, 1 insertions, 13 deletions
diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make
index 064acc5ac..1d764c54c 100644
--- a/rules/libgcrypt.make
+++ b/rules/libgcrypt.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2009 by Erwin Rol
+# 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -55,19 +56,6 @@ LIBGCRYPT_AUTOCONF := \
#
# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libgcrypt.install:
- @$(call targetinfo)
- @$(call install, LIBGCRYPT)
-
- cp $(LIBGCRYPT_DIR)/src/libgcrypt-config $(PTXCONF_SYSROOT_CROSS)/bin/libgcrypt-config
- chmod a+x $(PTXCONF_SYSROOT_CROSS)/bin/libgcrypt-config
-
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------