aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/wimaxasncp/Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/Makefile.nmake b/plugins/wimaxasncp/Makefile.nmake
index d5dff03a65..6e4d3ebce6 100644
--- a/plugins/wimaxasncp/Makefile.nmake
+++ b/plugins/wimaxasncp/Makefile.nmake
@@ -92,8 +92,11 @@ plugin.c: $(DISSECTOR_SRC) ../../tools/make-dissector-reg.py ../../tools/make-di
RUNLEX=..\..\tools\runlex.sh
-wimaxasncp_dict_lex.h: wimaxasncp_dict.c
wimaxasncp.obj : wimaxasncp_dict.c
+wimaxasncp_dict_lex.h: wimaxasncp_dict.c
+
+wimaxasncp_dict.c: wimaxasncp_dict.l
+ $(RUNLEX) -o wimaxasncp_dict.c wimaxasncp_dict.l
clean:
rm -f $(OBJECTS) $(RESOURCE) plugin.c *.pdb \