aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/Makefile.nmake b/plugins/docsis/Makefile.nmake
index 2f1f8e55c2..1aecc5456b 100644
--- a/plugins/docsis/Makefile.nmake
+++ b/plugins/docsis/Makefile.nmake
@@ -60,7 +60,7 @@ docsis.dll docsis.exp docsis.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
# a plugin.c file for a plugin.
# All subsequent arguments are the files to scan.
#
-register.c: $(DISSECTOR_SRC)
+plugin.c: $(DISSECTOR_SRC)
!IFDEF PYTHON
@echo Making register.c (using python)
@$(PYTHON) ../../tools/make-reg-dotc.py . plugin $(DISSECTOR_SRC)