aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/Makefile.nmake
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 16:51:42 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 16:51:42 +0000
commit13bf6bc269bf21f7d199afd7564277877d0aa9f3 (patch)
tree1a78686483efbc0ebed9a8c85644b4bc280e6d89 /plugins/wimaxasncp/Makefile.nmake
parentbe55140415522ca9d3c3f2192156e8f96a4b9278 (diff)
Another blind attempt to fix the Windows buildbot.
Could someone please review this (I'm leaving for the day soon)? svn path=/trunk/; revision=23164
Diffstat (limited to 'plugins/wimaxasncp/Makefile.nmake')
-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 \