aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimaxasncp/Makefile.nmake')
-rw-r--r--plugins/wimaxasncp/Makefile.nmake10
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/wimaxasncp/Makefile.nmake b/plugins/wimaxasncp/Makefile.nmake
index 6e4d3ebce6..2fdae31fcd 100644
--- a/plugins/wimaxasncp/Makefile.nmake
+++ b/plugins/wimaxasncp/Makefile.nmake
@@ -6,6 +6,7 @@
include ..\..\config.nmake
include moduleinfo.nmake
+include ..\..\Makefile.nmake.inc
include Makefile.common
@@ -90,13 +91,10 @@ plugin.c: $(DISSECTOR_SRC) ../../tools/make-dissector-reg.py ../../tools/make-di
!ENDIF
-RUNLEX=..\..\tools\runlex.sh
+RUNLEX = ..\..\tools\runlex.sh
-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
+wimaxasncp_dict_lex.h : wimaxasncp_dict.c
+wimaxasncp_dict.obj : wimaxasncp_dict.c
clean:
rm -f $(OBJECTS) $(RESOURCE) plugin.c *.pdb \