summaryrefslogtreecommitdiffstats
path: root/rules/qwt.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/qwt.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/qwt.make')
-rw-r--r--rules/qwt.make12
1 files changed, 1 insertions, 11 deletions
diff --git a/rules/qwt.make b/rules/qwt.make
index f4bf06681..4382e6b4a 100644
--- a/rules/qwt.make
+++ b/rules/qwt.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template-make 9053 2008-11-03 10:58:48Z wsa $
#
# Copyright (C) 2009 by
#
@@ -52,7 +51,7 @@ $(STATEDIR)/qwt.targetinstall:
@$(call install_fixup, qwt,PRIORITY,optional)
@$(call install_fixup, qwt,VERSION,$(QWT_VERSION))
@$(call install_fixup, qwt,SECTION,base)
- @$(call install_fixup, qwt,AUTHOR,"Michael Olbrich <m.olbrich\@pengutronix.de>")
+ @$(call install_fixup, qwt,AUTHOR,"Michael Olbrich <m.olbrich@pengutronix.de>")
@$(call install_fixup, qwt,DEPENDS,)
@$(call install_fixup, qwt,DESCRIPTION,missing)
@@ -67,13 +66,4 @@ $(STATEDIR)/qwt.targetinstall:
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-qwt_clean:
- rm -rf $(STATEDIR)/qwt.*
- rm -rf $(PKGDIR)/qwt_*
- rm -rf $(QWT_DIR)
-
# vim: syntax=make