summaryrefslogtreecommitdiffstats
path: root/rules/qt4-examples.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-02-03 12:18:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-03 12:50:01 +0100
commitf6f9575244b7bffcf484b388dcebfd8b467b3229 (patch)
tree7cf43839c1046aaed120b9e50ef5a0edbce30c9e /rules/qt4-examples.make
parentc2dc450a2c06fca25234cb2f72b70803432a21e7 (diff)
downloadptxdist-f6f9575244b7bffcf484b388dcebfd8b467b3229.tar.gz
ptxdist-f6f9575244b7bffcf484b388dcebfd8b467b3229.tar.xz
qt4-examples: fixes & cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt4-examples.make')
-rw-r--r--rules/qt4-examples.make10
1 files changed, 4 insertions, 6 deletions
diff --git a/rules/qt4-examples.make b/rules/qt4-examples.make
index d4e9b75bc..dd2ce1bb1 100644
--- a/rules/qt4-examples.make
+++ b/rules/qt4-examples.make
@@ -6,14 +6,11 @@ $(STATEDIR)/qt4.targetinstall.post: $(STATEDIR)/qt4.targetinstall2
endif
$(STATEDIR)/qt4.targetinstall2: $(STATEDIR)/qt4.targetinstall
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call install_init, qt4-examples)
- @$(call install_fixup, qt4-examples,PACKAGE,qt4-examples)
@$(call install_fixup, qt4-examples,PRIORITY,optional)
- @$(call install_fixup, qt4-examples,VERSION,$(QT4_VERSION))
@$(call install_fixup, qt4-examples,SECTION,base)
- @$(call install_fixup, qt4-examples,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
- @$(call install_fixup, qt4-examples,DEPENDS,)
+ @$(call install_fixup, qt4-examples,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@$(call install_fixup, qt4-examples,DESCRIPTION,missing)
ifdef PTXCONF_QT4_EXAMPLES_ANIMATION_ANIMATEDTILES
@@ -1422,5 +1419,6 @@ endif
@$(call install_finish, qt4-examples)
- @$(call touch, $@)
+ @$(call touch)
+# vim: syntax=make