summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-xf86rush.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-02-24 17:34:58 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-02-24 17:34:58 +0000
commitd008f7b7bc5a55dfb86ae421903af76ee901c530 (patch)
tree4b2679948d102974dd560134acfd1b7012626f6a /rules/xorg-proto-xf86rush.make
parent19780c394ec957f9cd4b46ca2fb35c004d647bda (diff)
downloadptxdist-d008f7b7bc5a55dfb86ae421903af76ee901c530.tar.gz
ptxdist-d008f7b7bc5a55dfb86ae421903af76ee901c530.tar.xz
new calling convention for install_* macros. see commit 4759 to Rules.make
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4760 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-proto-xf86rush.make')
-rw-r--r--rules/xorg-proto-xf86rush.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/rules/xorg-proto-xf86rush.make b/rules/xorg-proto-xf86rush.make
index cb257d9c7..e4e2689a1 100644
--- a/rules/xorg-proto-xf86rush.make
+++ b/rules/xorg-proto-xf86rush.make
@@ -106,16 +106,16 @@ xorg-proto-xf86rush_targetinstall: $(STATEDIR)/xorg-proto-xf86rush.targetinstall
$(STATEDIR)/xorg-proto-xf86rush.targetinstall: $(xorg-proto-xf86rush_targetinstall_deps_default)
@$(call targetinfo, $@)
- @$(call install_init,default)
- @$(call install_fixup,PACKAGE,xorg-proto-xf86rush)
- @$(call install_fixup,PRIORITY,optional)
- @$(call install_fixup,VERSION,$(XORG_PROTO_XF86RUSH_VERSION))
- @$(call install_fixup,SECTION,base)
- @$(call install_fixup,AUTHOR,"Erwin Rol <erwin\@erwinrol.com>")
- @$(call install_fixup,DEPENDS,)
- @$(call install_fixup,DESCRIPTION,missing)
-
- @$(call install_finish)
+ @$(call install_init, xorg-proto-xf86rush)
+ @$(call install_fixup, xorg-proto-xf86rush,PACKAGE,xorg-proto-xf86rush)
+ @$(call install_fixup, xorg-proto-xf86rush,PRIORITY,optional)
+ @$(call install_fixup, xorg-proto-xf86rush,VERSION,$(XORG_PROTO_XF86RUSH_VERSION))
+ @$(call install_fixup, xorg-proto-xf86rush,SECTION,base)
+ @$(call install_fixup, xorg-proto-xf86rush,AUTHOR,"Erwin Rol <erwin\@erwinrol.com>")
+ @$(call install_fixup, xorg-proto-xf86rush,DEPENDS,)
+ @$(call install_fixup, xorg-proto-xf86rush,DESCRIPTION,missing)
+
+ @$(call install_finish, xorg-proto-xf86rush)
@$(call touch, $@)