summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc/butc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/dcerpc/butc/Makefile')
-rw-r--r--epan/dissectors/dcerpc/butc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/dcerpc/butc/Makefile b/epan/dissectors/dcerpc/butc/Makefile
index 9780e3277a..d2703afed7 100644
--- a/epan/dissectors/dcerpc/butc/Makefile
+++ b/epan/dissectors/dcerpc/butc/Makefile
@@ -6,8 +6,8 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): ../idl2eth butc.idl butc.cnf template.c template.h
- ../idl2eth butc
+$(DISSECTOR_FILES): ../idl2wrs butc.idl butc.cnf template.c template.h
+ ../idl2wrs butc
clean:
rm -f ETH_* $(DISSECTOR_FILES)