summaryrefslogtreecommitdiff
path: root/source4/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/rules.mk')
-rw-r--r--source4/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/rules.mk b/source4/rules.mk
index d39910dafc..f128adc9fa 100644
--- a/source4/rules.mk
+++ b/source4/rules.mk
@@ -116,11 +116,11 @@ $(1): $(2)
endef
# Create a prototype header
-# Arguments: proto header, private header, c files
+# Arguments: header file, c files
define proto_header_template
-$(1) $(2): $(3)
+$(1): $(2)
@echo "Creating $@"
- @$(PERL) $(srcdir)/script/mkproto.pl --srcdir=$(srcdir) --builddir=$(builddir) --private=$(2) --public=$(1) $(3)
+ @$(PERL) $(srcdir)/script/mkproto.pl --srcdir=$(srcdir) --builddir=$(builddir) --private=$(1)) $(2)
endef
###############################################################################