summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk
index c243b88e27..7d957fb108 100644
--- a/source4/build/make/python.mk
+++ b/source4/build/make/python.mk
@@ -29,7 +29,7 @@ $(call python_module_template,$(1))
endef
# Python C module
-# Arguments: Module path, object files
+# Arguments: File name, dependencies, link list
define python_c_module_template
$$(pythonbuilddir)/$(1): $(2) ;