aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 81a1a0cb06..281d2fda55 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -155,15 +155,15 @@ sminmpec.c: enterprise-numbers make-sminmpec.pl
$(PERL) make-sminmpec.pl enterprise-numbers sminmpec.c
dtd_parse.c : dtd_parse.l
- $(LEX) -odtd_parse.c $(srcdir)/dtd_parse.l
+ $(LEX) -odtd_parse.c dtd_parse.l
dtd_preparse.c : dtd_preparse.l
- $(LEX) -odtd_preparse.c $(srcdir)/dtd_preparse.l
+ $(LEX) -odtd_preparse.c dtd_preparse.l
dtd_grammar.h: dtd_grammar.c
-LEMON=../tools/lemon
+LEMON=..\tools\lemon
dtd_grammar.c: dtd_grammar.lemon $(LEMON)\lemon.exe
- $(LEMON)/lemon t=$(srcdir)/$(LEMON)/lempar.c dtd_grammar.lemon
+ $(LEMON)\lemon t=$(LEMON)\lempar.c dtd_grammar.lemon