aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.nmake
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-01-11 20:53:11 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-01-11 19:57:45 +0000
commit7d004dc887bcecb404241604242004edb6f6ceaa (patch)
tree82f1bcb60f22a460b4c2a678e55035380876201b /epan/dfilter/Makefile.nmake
parentc8c9917f81a469e866e07448bee39732556df701 (diff)
Revert "Lemon: Update lemon tools"
This reverts commit 5855dd8d538eb81d4825961b1bf0d583bf96f751. This Lemon update fails to compile on OSX and triggers asserts on other platforms Change-Id: I12a8a2bf32db31e5a9b0cb1a67a39724e30f3e91 Reviewed-on: https://code.wireshark.org/review/6496 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dfilter/Makefile.nmake')
-rw-r--r--epan/dfilter/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index 3045e2e6b0..e2c5a3189e 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -68,7 +68,7 @@ scanner.c: grammar.h
grammar.h : grammar.c
grammar.c : $(LEMON)\lemon.exe $(LEMON)\lempar.c grammar.lemon
- $(LEMON)\lemon.exe T=$(LEMON)\lempar.c grammar.lemon
+ $(LEMON)\lemon.exe t=$(LEMON)\lempar.c grammar.lemon
$(LEMON)\lemon.exe:
cd ../../tools