The rule makes plugin.c, not register.c.

svn path=/trunk/; revision=17907
This commit is contained in:
Guy Harris 2006-04-19 10:44:11 +00:00
parent 5dda395242
commit 8379e98ebd
1 changed files with 1 additions and 1 deletions

View 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)