summaryrefslogtreecommitdiffstats
path: root/rules/host-libsigcpp.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 17:20:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:50 +0100
commit53eb65853ab9b6aa5bc2acf809879dfe303fc286 (patch)
tree306d7c59af063dcf6713b78840024c3dadc07df0 /rules/host-libsigcpp.make
parent4516ef2e693b9c044999f7ea6f02cbcbe3114e05 (diff)
downloadptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.gz
ptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.xz
[rules] remove obsolete clean target & minor cleanups
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libsigcpp.make')
-rw-r--r--rules/host-libsigcpp.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/host-libsigcpp.make b/rules/host-libsigcpp.make
index ee44e825e..613281a18 100644
--- a/rules/host-libsigcpp.make
+++ b/rules/host-libsigcpp.make
@@ -39,12 +39,4 @@ HOST_LIBSIGCPP_ENV := $(HOST_ENV)
#
HOST_LIBSIGCPP_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-host-libsigcpp_clean:
- rm -rf $(STATEDIR)/host-libsigcpp.*
- rm -rf $(HOST_LIBSIGCPP_DIR)
-
# vim: syntax=make