summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-input.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/xorg-proto-input.make')
-rw-r--r--rules/xorg-proto-input.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/rules/xorg-proto-input.make b/rules/xorg-proto-input.make
index b8b85eab4..a08b7749b 100644
--- a/rules/xorg-proto-input.make
+++ b/rules/xorg-proto-input.make
@@ -106,16 +106,16 @@ xorg-proto-input_targetinstall: $(STATEDIR)/xorg-proto-input.targetinstall
$(STATEDIR)/xorg-proto-input.targetinstall: $(xorg-proto-input_targetinstall_deps_default)
@$(call targetinfo, $@)
- @$(call install_init,default)
- @$(call install_fixup,PACKAGE,xorg-proto-input)
- @$(call install_fixup,PRIORITY,optional)
- @$(call install_fixup,VERSION,$(XORG_PROTO_INPUT_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-input)
+ @$(call install_fixup, xorg-proto-input,PACKAGE,xorg-proto-input)
+ @$(call install_fixup, xorg-proto-input,PRIORITY,optional)
+ @$(call install_fixup, xorg-proto-input,VERSION,$(XORG_PROTO_INPUT_VERSION))
+ @$(call install_fixup, xorg-proto-input,SECTION,base)
+ @$(call install_fixup, xorg-proto-input,AUTHOR,"Erwin Rol <erwin\@erwinrol.com>")
+ @$(call install_fixup, xorg-proto-input,DEPENDS,)
+ @$(call install_fixup, xorg-proto-input,DESCRIPTION,missing)
+
+ @$(call install_finish, xorg-proto-input)
@$(call touch, $@)