From 5620d4fa15d4e0d68471e8eb2ec1daaf29902f18 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 5 Apr 2007 23:23:06 +0000 Subject: Add the make-dissector-reg scripts to the dependency list for each copy of plugin.c. svn path=/trunk/; revision=21342 --- plugins/sbus/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sbus') diff --git a/plugins/sbus/Makefile.nmake b/plugins/sbus/Makefile.nmake index e8766d5293..3a1c424b5c 100644 --- a/plugins/sbus/Makefile.nmake +++ b/plugins/sbus/Makefile.nmake @@ -74,7 +74,7 @@ $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLU # a plugin.c file for a plugin. # All subsequent arguments are the files to scan. # -plugin.c: $(DISSECTOR_SRC) +plugin.c: $(DISSECTOR_SRC) ../../tools/make-dissector-reg.py ../../tools/make-dissector-reg !IFDEF PYTHON @echo Making plugin.c (using python) @$(PYTHON) "../../tools/make-dissector-reg.py" . plugin $(DISSECTOR_SRC) -- cgit v1.2.1