aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-05-16 15:10:50 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-05-16 15:10:50 +0000
commite3d0bbc874a71f8da5efd95949c003df2350c33c (patch)
tree0e1dc40f0e325df59e01199c66d7e7907235a837
parentd6fa558b5f73efffd84d0b8c68e5bc3fc7034e11 (diff)
let's get things right, we are in plugins/mate not epan/dfilter (from which I stole the nmake rules)
svn path=/trunk/; revision=14375
-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