aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-09 19:11:14 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-09 19:11:14 +0000
commitdf33477429bda69df07e6b86fbad00d810f552e6 (patch)
tree7e855b9aed0069f1b6fb26398080025fbe36e083 /plugins/mate/Makefile.nmake
parentfa596409e0934e9970086ecbcf8038f402894b4d (diff)
Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES in
plugins/Makefile.common.inc, and use it in plugins/mate/Makefile.nmake. svn path=/trunk/; revision=47590
Diffstat (limited to 'plugins/mate/Makefile.nmake')
-rw-r--r--plugins/mate/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index 491cccddfe..bc57282bbe 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -108,7 +108,7 @@ clean:
# the files from the distribution that were generated by Flex.
#
distclean: clean
- rm -f $(FLEX_GENERATED_C_FILES) \
+ rm -f $(FLEX_GENERATED_SRC_FILES) \
$(FLEX_GENERATED_HEADER_FILES) \
$(NODIST_SRC_FILES) \
$(NODIST_HEADER_FILES) \