Another blind attempt to fix the Windows buildbot.
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 12 Oct 2007 16:51:42 +0000 (16:51 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 12 Oct 2007 16:51:42 +0000 (16:51 +0000)
Could someone please review this (I'm leaving for the day soon)?

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23164 f5534014-38df-0310-8fa8-9805f1628bb7

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 \