aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/Makefile.nmake')
-rw-r--r--plugins/docsis/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/docsis/Makefile.nmake b/plugins/docsis/Makefile.nmake
index 32883427d9..383dbf300d 100644
--- a/plugins/docsis/Makefile.nmake
+++ b/plugins/docsis/Makefile.nmake
@@ -63,10 +63,10 @@ docsis.dll docsis.exp docsis.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
plugin.c: $(DISSECTOR_SRC)
!IFDEF PYTHON
@echo Making plugin.c (using python)
- @$(PYTHON) ../../tools/make-reg-dotc.py . plugin $(DISSECTOR_SRC)
+ @$(PYTHON) ../../tools/make-dissector-reg.py . plugin $(DISSECTOR_SRC)
!ELSE
@echo Making plugin.c (using sh)
- @$(SH) ../../tools/make-reg-dotc . plugin $(DISSECTOR_SRC)
+ @$(SH) ../../tools/make-dissector-reg . plugin $(DISSECTOR_SRC)
!ENDIF
!ENDIF