aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index 8b38383e20..3214887c74 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -104,6 +104,9 @@ plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissect
#dist-hook:
# @rm -f $(distdir)/plugin.c
+BUILT_SOURCES = \
+ $(LEMON_GENERATED_HEADER_FILES)
+
CLEANFILES = \
mate \
*~
@@ -143,8 +146,6 @@ EXTRA_DIST = \
mate_parser_lex.h : mate_parser.c
-mate_parser.lo : mate_grammar.h
-
mate_grammar.h : mate_grammar.c
mate_grammar.c : mate_grammar.lemon mate.h mate_util.h $(LEMON)
$(AM_V_LEMON)$(LEMON) T=$(lemon_srcdir)/lempar.c $(srcdir)/mate_grammar.lemon || \