Another blind attempt to fix the Windows buildbot.
[obnox/wireshark/wip.git] / plugins / wimaxasncp / Makefile.nmake
index d5dff03a651ff5958df11959ffe1f37a67e6f0ad..6e4d3ebce60864bd1b4e96ecc1e43a0c955bffe1 100644 (file)
@@ -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 \