From 0433a75c8e0c3bcc3327e0d0b55964c256049ca1 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 15 Dec 2011 02:10:19 +0000 Subject: fix wrong path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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; -- cgit v1.2.1