aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2012-02-24 16:23:38 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2012-02-24 16:23:38 +0000
commit99beffec42b7cd96665c7579ca60738fb57b8370 (patch)
tree18a482355ce28243104a2f5559e96144c85fade2 /plugins/mate
parentba5efcd28c8ae34027b46e73474cdd2eb15df951 (diff)
CVARSDLL hasn't been used (is undefined) for a while....
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41180 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index 1a5f4d296e..5510bc57d2 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -122,7 +122,7 @@ RUNLEX = ..\..\tools\runlex.sh
mate_parser_lex.h : mate_parser.c
mate_parser.obj : mate_parser.c
- $(CC) $(CVARSDLL) $(GENERATED_CFLAGS) -Fd.\ -c $?
+ $(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?
mate_grammar.h : mate_grammar.c
mate_grammar.c : mate_grammar.lemon $(LEMON)\lemon.exe