The rule makes plugin.c, not register.c.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Apr 2006 10:44:11 +0000 (10:44 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Apr 2006 10:44:11 +0000 (10:44 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17907 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/docsis/Makefile.nmake

index 2f1f8e55c23f039da32092a036986f968fc6fa39..1aecc5456bce91d27dfc50b92fcba4684b9cddfb 100644 (file)
@@ -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)