aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2008-12-17 00:16:28 +0100
committerWojciech Polak <polak@gnu.org>2008-12-17 00:16:28 +0100
commitc42e6f0b020bfe456ad084bfb5145ec6745fbd11 (patch)
tree2ed272699c88f54469ba42adbcfd1f63f3f7299a /Makefile.am
parent3995f423a9b85791e4bb0519541432dfad7e0b9e (diff)
downloadanubis-c42e6f0b020bfe456ad084bfb5145ec6745fbd11.tar.gz
anubis-c42e6f0b020bfe456ad084bfb5145ec6745fbd11.tar.bz2
Fix typo.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a73941..f3036fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,9 +27,9 @@ SUBDIRS = build lib src po doc scripts examples guile contrib \
make-ChangeLog:
if test -d .git; then \
perl $(top_srcdir)/build/gitlog-to-changelog --since=2008-12-16 | \
- sed '/<unknown>$$/d' | fmt -s >> $(distdir)/cl-t; \
+ sed '/<unknown>$$/d' | fmt -s > $(distdir)/cl-t; \
echo >> $(distdir)/cl-t; \
- cat ChangeLog-CVS-old > $(distdir)/cl-t; \
+ cat ChangeLog-CVS-old >> $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
fi

Return to:

Send suggestions and report system problems to the System administrator.