From 13bf6bc269bf21f7d199afd7564277877d0aa9f3 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Fri, 12 Oct 2007 16:51:42 +0000 Subject: 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 --- plugins/wimaxasncp/Makefile.nmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/wimaxasncp/Makefile.nmake') 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 \ -- cgit v1.2.3