From 1caa79ad80dc81ea25231193c6e9143bd5d1e4d8 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 1 Jun 2012 14:08:12 +0000 Subject: Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefile.common is changed ToDo: ditto for Makefile.am ? svn path=/trunk/; revision=42971 --- plugins/unistim/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/unistim') diff --git a/plugins/unistim/Makefile.nmake b/plugins/unistim/Makefile.nmake index b415b1e7a1..fecc441c15 100644 --- a/plugins/unistim/Makefile.nmake +++ b/plugins/unistim/Makefile.nmake @@ -80,11 +80,11 @@ $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLU # All subsequent arguments are the files to scan. # !IFDEF PYTHON -plugin.c: $(DISSECTOR_SRC) moduleinfo.h ../../tools/make-dissector-reg.py +plugin.c: $(DISSECTOR_SRC) moduleinfo.h Makefile.common ../../tools/make-dissector-reg.py @echo Making plugin.c (using python) @$(PYTHON) "../../tools/make-dissector-reg.py" . plugin $(DISSECTOR_SRC) !ELSE -plugin.c: $(DISSECTOR_SRC) moduleinfo.h ../../tools/make-dissector-reg +plugin.c: $(DISSECTOR_SRC) moduleinfo.h Makefile.common ../../tools/make-dissector-reg @echo Making plugin.c (using sh) @$(SH) ../../tools/make-dissector-reg . plugin $(DISSECTOR_SRC) !ENDIF -- cgit v1.2.3