aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/Makefile.nmake6
-rw-r--r--plugins/tpg/Makefile.nmake6
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index fdce120155..22e5902f24 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -123,9 +123,9 @@ mate_grammar.c : mate_grammar.lemon $(LEMON)\lemon.exe
$(LEMON)\lemon.exe t=$(LEMON)\lempar.c mate_grammar.lemon
$(LEMON)\lemon.exe:
- cd ../../tools/lemon
- $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
- cd ../../plugins/mate
+ cd ../../tools
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake lemon
+ cd ../plugins/mate
checkapi:
$(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)
diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake
index a25c840f07..5026083b65 100644
--- a/plugins/tpg/Makefile.nmake
+++ b/plugins/tpg/Makefile.nmake
@@ -60,9 +60,9 @@ mate_grammar.c : mate_grammar.lemon $(LEMON)\lemon.exe
$(LEMON)\lemon.exe t=$(LEMON)\lempar.c mate_grammar.lemon
$(LEMON)\lemon.exe:
- cd ../../tools/lemon
- $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
- cd ../../plugins/mate
+ cd ../../tools
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake lemon
+ cd ../plugins/mate
checkapi:
$(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)