summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/000-cfghash.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/pre/000-cfghash.make b/rules/pre/000-cfghash.make
index 07672d7e4..de212089b 100644
--- a/rules/pre/000-cfghash.make
+++ b/rules/pre/000-cfghash.make
@@ -12,11 +12,11 @@
#
ifdef PTXDIST_SETUP_ONCE
define ptx/cfghash
-$(file >>$(PTXDIST_TEMPDIR)/pkghash-$(strip $(1)),$(strip $(2)))
+$(call ptx/file,>>$(PTXDIST_TEMPDIR)/pkghash-$(strip $(1)),$(strip $(2)))
endef
define ptx/cfghash-file
-$(file >>$(PTXDIST_TEMPDIR)/pkghash.list,CONFIG: $(strip $(1)) $(strip $(2)))
+$(call ptx/file,>>$(PTXDIST_TEMPDIR)/pkghash.list,CONFIG: $(strip $(1)) $(strip $(2)))
endef
else
ptx/cfghash :=