aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-16 15:10:50 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-16 15:10:50 +0000
commitd2bed162f53ccf7afd14e80db242d768fcfd6f67 (patch)
tree0e1dc40f0e325df59e01199c66d7e7907235a837
parent59c8a3066509f057fac9d5b0800cb65649428146 (diff)
let's get things right, we are in plugins/mate not epan/dfilter (from which I stole the nmake rules)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14375 f5534014-38df-0310-8fa8-9805f1628bb7
-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 10c66278f6..63d22bc16a 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -53,4 +53,4 @@ mate_grammar.c : mate_grammar.lemon $(LEMON)\lemon.exe
$(LEMON)\lemon.exe:
cd ../../tools/lemon
$(MAKE) -f makefile.nmake
- cd ../../epan/dfilter
+ cd ../../plugins/mate