aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-09 18:54:27 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-09 18:54:27 +0000
commitfa596409e0934e9970086ecbcf8038f402894b4d (patch)
treebf030b426c6e5ac0ed73c66519ab9de3b7ce62c8 /plugins
parent518e27bc00fb772f66ebab2970c7e22ef2531563 (diff)
plugins/Makefile.common.inc should already be defining
GENERATED_SRC_FILES, and plugins/mate/Makefile.common includes it, so it shouldn't need to define GENERATED_SRC_FILES itself. svn path=/trunk/; revision=47589
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/Makefile.common4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/mate/Makefile.common b/plugins/mate/Makefile.common
index b2c3d89c4a..a19fee1ded 100644
--- a/plugins/mate/Makefile.common
+++ b/plugins/mate/Makefile.common
@@ -44,10 +44,6 @@ LEMON_GENERATED_C_FILES = \
LEMON_GENERATED_HEADER_FILES = \
mate_grammar.h
-GENERATED_SRC_FILES = \
- $(FLEX_GENERATED_C_FILES) \
- $(LEMON_GENERATED_C_FILES)
-
GENERATED_HEADER_FILES = \
$(FLEX_GENERATED_HEADER_FILES) \
$(LEMON_GENERATED_HEADER_FILES)