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