aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 861534f..52a69b2 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,6 @@ ChangeLog: ../../common/username.xml
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
(test -f $@ || echo git-log is required to generate this file >> $@)); \
else \
- svn2cl --accum --authors ../../soft/common/username.xml; \
+ svn2cl --accum --authors ../../common/username.xml; \
rm -f *.bak; \
fi;