summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-02-13 10:51:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-02-13 10:51:53 +0000
commit96b577b0b077b2de456982833923860e63440b5f (patch)
tree1ab7440f5fef400452a8cff7950b7ab38adaba9d /rules/openssl.make
parent5a97d733b311edee54f06a91ccb60a9b7ed5206b (diff)
downloadptxdist-96b577b0b077b2de456982833923860e63440b5f.tar.gz
ptxdist-96b577b0b077b2de456982833923860e63440b5f.tar.xz
* openssl: remove trailing whitespace
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7760 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/openssl.make')
-rw-r--r--rules/openssl.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/openssl.make b/rules/openssl.make
index 57503ec24..fbb8a7709 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -4,7 +4,7 @@
# Copyright (C) 2002 by Jochen Striepe for Pengutronix e.K., Hildesheim, Germany
# 2003 by Pengutronix e.K., Hildesheim, Germany
#
-# See CREDITS for details about who has contributed to this project.
+# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
@@ -16,7 +16,7 @@
PACKAGES-$(PTXCONF_OPENSSL) += openssl
#
-# Paths and names
+# Paths and names
#
OPENSSL_VERSION = 0.9.7g
OPENSSL = openssl-$(OPENSSL_VERSION)
@@ -164,7 +164,7 @@ $(STATEDIR)/openssl.targetinstall: $(openssl_targetinstall_deps_default)
@$(call install_fixup, openssl,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
@$(call install_fixup, openssl,DEPENDS,)
@$(call install_fixup, openssl,DESCRIPTION,missing)
-
+
ifdef PTXCONF_OPENSSL_SHARED
@$(call install_copy, openssl, 0, 0, 0644, $(OPENSSL_DIR)/libssl.so.0.9.7, /usr/lib/libssl.so.0.9.7)
@$(call install_link, openssl, libssl.so.0.9.7, /usr/lib/libssl.so.0)
@@ -181,9 +181,9 @@ endif
# Clean
# ----------------------------------------------------------------------------
-openssl_clean:
- rm -rf $(STATEDIR)/openssl.*
- rm -rf $(IMAGEDIR)/openssl_*
+openssl_clean:
+ rm -rf $(STATEDIR)/openssl.*
+ rm -rf $(IMAGEDIR)/openssl_*
rm -rf $(OPENSSL_DIR)
# vim: syntax=make