summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 16:01:11 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 16:01:11 -0800
commit8b87daa805cd684eb765872a73c6981eb90fcf9f (patch)
treedc9641f70b6b114f5f389d781f47c547f07af697
parentfa7c9e5a92664b214f2787d07ce8737df75e8e85 (diff)
Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am
<http://bugs.freedesktop.org/show_bug.cgi?id=14185>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c826cb0..d165ce3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,7 +110,7 @@ SUFFIXES += .$(APP_MAN_SUFFIX) .man
sed $(MAN_SUBSTS) < $< > $@
EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
+MAINTAINERCLEANFILES += ChangeLog
.PHONY: ChangeLog